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

Remove unused variable

This commit is contained in:
Ted Lemon
1996-08-29 09:15:35 +00:00
parent 2d59f5901f
commit e4f88b5ad4
2 changed files with 2 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
"$Id: dhclient.c,v 1.18 1996/08/28 01:28:53 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
"$Id: dhclient.c,v 1.19 1996/08/29 09:15:35 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -72,7 +72,6 @@ int main (argc, argv, envp)
int argc;
char **argv, **envp;
{
struct in_addr addr;
int i;
struct servent *ent;
struct interface_info *interface;