2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Delete unused automatic variables

This commit is contained in:
Ted Lemon
1996-06-04 19:12:36 +00:00
parent 6211627d95
commit 0fe8b9ccd3
8 changed files with 0 additions and 42 deletions

View File

@@ -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;