diff options
author | Ted Lemon <source@isc.org> | 1996-06-04 19:04:16 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1996-06-04 19:04:16 +0000 |
commit | eebea4480628d17843df50ef546409e57368166c (patch) | |
tree | cb9ff6ca046d47c804fe30a9a1371da3952a4a5e /common/conflex.c | |
parent | 5c324ed20dbe354283f3ac1bb773fe8a8df8c356 (diff) | |
download | isc-dhcp-eebea4480628d17843df50ef546409e57368166c.tar.gz |
Delete unused automatic variables
Diffstat (limited to 'common/conflex.c')
-rw-r--r-- | common/conflex.c | 1 |
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]; |