Removed unused variable

This commit is contained in:
Jiří Popelka 2010-03-25 18:37:59 +00:00
parent 21b8c45264
commit c5f5c347df

View File

@ -122,7 +122,7 @@ diff -up dhcp-4.1.1/client/dhc6.c.sendDecline dhcp-4.1.1/client/dhc6.c
+ struct client_state *client;
+ struct data_string ds;
+ int send_ret;
+ struct timeval elapsed, tv;
+ struct timeval tv;
+
+ client = input;
+