]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Compile fix (unused variable).
authorShane Kerr <shane@isc.org>
Wed, 29 Aug 2007 21:58:32 +0000 (21:58 +0000)
committerShane Kerr <shane@isc.org>
Wed, 29 Aug 2007 21:58:32 +0000 (21:58 +0000)
See RT ticket #17116.

common/conflex.c

index dc8ebc298d0dc58bd52e1fbba84ac3a0ce63d24b..fc32a15a44783fd0b3a08e93f63efb99f038bec4 100644 (file)
@@ -240,7 +240,7 @@ get_raw_token(struct parse *cfile) {
        int c;
        enum dhcp_token ttok;
        static char tb [2];
-       int l, p, u;
+       int l, p;
 
        do {
                l = cfile -> line;