summaryrefslogtreecommitdiff
path: root/common/conflex.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-06-04 19:04:16 +0000
committerTed Lemon <source@isc.org>1996-06-04 19:04:16 +0000
commiteebea4480628d17843df50ef546409e57368166c (patch)
treecb9ff6ca046d47c804fe30a9a1371da3952a4a5e /common/conflex.c
parent5c324ed20dbe354283f3ac1bb773fe8a8df8c356 (diff)
downloadisc-dhcp-eebea4480628d17843df50ef546409e57368166c.tar.gz
Delete unused automatic variables
Diffstat (limited to 'common/conflex.c')
-rw-r--r--common/conflex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/conflex.c b/common/conflex.c
index 06c54fc3..ff80a4ba 100644
--- a/common/conflex.c
+++ b/common/conflex.c
@@ -87,7 +87,6 @@ static int get_token (cfile)
FILE *cfile;
{
int c;
- int i;
int ttok;
#ifdef DEBUG_TOKENS
static char tb [2];