summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-06-04 19:12:36 +0000
committerTed Lemon <source@isc.org>1996-06-04 19:12:36 +0000
commit0fe8b9ccd36bef5c855b7dc0a8ff0f67616f930d (patch)
tree1d667e0232501455ee38189743869e6b05e2f532 /options.c
parent6211627d95d16a7786fe9f693c46879fb265997a (diff)
downloadisc-dhcp-0fe8b9ccd36bef5c855b7dc0a8ff0f67616f930d.tar.gz
Delete unused automatic variables
Diffstat (limited to 'options.c')
-rw-r--r--options.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/options.c b/options.c
index 354c10a4..fffc27e2 100644
--- a/options.c
+++ b/options.c
@@ -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;