From 177f9e6722fc4e70ff600f10be287a3e6754278a Mon Sep 17 00:00:00 2001 From: Sven Schmitt Date: Thu, 25 Jun 2015 08:58:28 +0200 Subject: [PATCH] removed unused struct ifreq ifr. --- isotpserver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/isotpserver.c b/isotpserver.c index 403585b..7c0c1ee 100644 --- a/isotpserver.c +++ b/isotpserver.c @@ -137,7 +137,6 @@ int main(int argc, char **argv) static struct can_isotp_options opts; static struct can_isotp_fc_options fcopts; static struct can_isotp_ll_options llopts; - struct ifreq ifr; socklen_t sin_size = sizeof(clientaddr); socklen_t caddrlen = sizeof(caddr);