diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-07-06 17:47:59 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2002-07-06 17:47:59 +0000 |
commit | 85a54eaf34d86c748d387f937ceea6a699d6a65c (patch) | |
tree | 5b46c4b3e8e2a4f9b23269581acdd6e69201922e | |
parent | 60901f2d9e6c88ab19731233b96d21ef72b14f84 (diff) |
unused variable
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c index 3be42fc5e1c..897ea69b566 100644 --- a/usr.bin/ssh/ssh-keyscan.c +++ b/usr.bin/ssh/ssh-keyscan.c @@ -7,7 +7,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keyscan.c,v 1.39 2002/07/06 01:01:26 deraadt Exp $"); +RCSID("$OpenBSD: ssh-keyscan.c,v 1.40 2002/07/06 17:47:58 stevesk Exp $"); #include <sys/queue.h> #include <errno.h> @@ -164,7 +164,6 @@ Linebuf_lineno(Linebuf * lb) static char * Linebuf_getline(Linebuf * lb) { - u_int size; int n = 0; void *p; |