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:04:16 +00:00
parent 5c324ed20d
commit eebea44806
8 changed files with 0 additions and 26 deletions

View File

@@ -72,17 +72,8 @@ int main (argc, argv, envp)
char **argv, **envp;
{
struct in_addr addr;
int port = 0;
int i;
struct sockaddr_in name;
u_int32_t *addrlist = (u_int32_t *)0;
int addrcount = 0;
struct tree *addrtree = (struct tree *)0;
struct servent *ent;
int sock;
int pid;
int result;
int flag;
struct interface_info *interface;
#ifdef SYSLOG_4_2