diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-19 20:03:36 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-19 20:03:36 +0000 |
commit | 20797afb865219c655fbe21f61d017770645f46d (patch) | |
tree | 4c7105ab05a632407256668d5ec35ca0d5527bfc /usr.bin | |
parent | 9ba6c07c35c4aa8b6b2e5b7d71f11a8c65ec2284 (diff) |
remove unused index (-Wall)
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/servconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index d9bc870f9e9..06606208f1e 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -12,7 +12,7 @@ Created: Mon Aug 21 15:48:58 1995 ylo */ #include "includes.h" -RCSID("$Id: servconf.c,v 1.23 1999/11/19 16:04:17 markus Exp $"); +RCSID("$Id: servconf.c,v 1.24 1999/11/19 20:03:35 markus Exp $"); #include "ssh.h" #include "servconf.h" @@ -238,7 +238,7 @@ void read_server_config(ServerOptions *options, const char *filename) FILE *f; char line[1024]; char *cp, **charptr; - int linenum, *intptr, i, value; + int linenum, *intptr, value; int bad_options = 0; ServerOpCodes opcode; |