diff options
author | 2002-07-06 17:47:58 +0000 | |
---|---|---|
committer | 2002-07-06 17:47:58 +0000 | |
commit | 49e84dfab76bfc93c1421373a3c66464768f34ba (patch) | |
tree | b60a8f6f3d78687c014c5050e9bed21ce5fefbba /usr.bin/ssh/ssh-keyscan.c | |
parent | use sbin/pfctl/${__objdir}/pfctl for regression tests if existant, fall (diff) | |
download | wireguard-openbsd-49e84dfab76bfc93c1421373a3c66464768f34ba.tar.xz wireguard-openbsd-49e84dfab76bfc93c1421373a3c66464768f34ba.zip |
unused variable
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.c')
-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; |