diff options
author | Ted Lemon <source@isc.org> | 1996-06-04 19:12:36 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1996-06-04 19:12:36 +0000 |
commit | 0fe8b9ccd36bef5c855b7dc0a8ff0f67616f930d (patch) | |
tree | 1d667e0232501455ee38189743869e6b05e2f532 /options.c | |
parent | 6211627d95d16a7786fe9f693c46879fb265997a (diff) | |
download | isc-dhcp-0fe8b9ccd36bef5c855b7dc0a8ff0f67616f930d.tar.gz |
Delete unused automatic variables
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -165,8 +165,6 @@ void cons_options (inpacket, outpacket, options, overload) int main_buffer_size; int mainbufix, bufix; int option_size; - int result; - int i; /* If the client has provided a maximum DHCP message size, use that. Otherwise, we use the default MTU size (576 bytes). */ @@ -297,10 +295,6 @@ int store_options (buffer, buflen, options, priority_list, priority_len, { int bufix = 0; int option_stored [256]; - int missed = 0; - int missed_code = 0; - int missed_length = 0; - int result; int i; int ix; |