removed unused struct ifreq ifr.

pull/4/head
Sven Schmitt 2015-06-25 08:58:28 +02:00
parent a6d35b39db
commit 177f9e6722
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ int main(int argc, char **argv)
static struct can_isotp_options opts; static struct can_isotp_options opts;
static struct can_isotp_fc_options fcopts; static struct can_isotp_fc_options fcopts;
static struct can_isotp_ll_options llopts; static struct can_isotp_ll_options llopts;
struct ifreq ifr;
socklen_t sin_size = sizeof(clientaddr); socklen_t sin_size = sizeof(clientaddr);
socklen_t caddrlen = sizeof(caddr); socklen_t caddrlen = sizeof(caddr);