diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-07-08 00:19:13 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-07-08 00:19:13 +0200 |
commit | 6a9fbc96c09ead1355743ecf77eef0421d25c592 (patch) | |
tree | f124d63b1303f94fb3189506b9033982773eebea /ssh-keyscan.c | |
parent | - deraadt@cvs.openbsd.org 2002/07/06 01:01:26 (diff) | |
download | openssh-6a9fbc96c09ead1355743ecf77eef0421d25c592.tar.xz openssh-6a9fbc96c09ead1355743ecf77eef0421d25c592.zip |
- stevesk@cvs.openbsd.org 2002/07/06 17:47:58
[ssh-keyscan.c]
unused variable
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r-- | ssh-keyscan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 7210aa387..b913614db 100644 --- a/ssh-keyscan.c +++ b/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 "openbsd-compat/fake-queue.h" @@ -171,7 +171,6 @@ Linebuf_lineno(Linebuf * lb) static char * Linebuf_getline(Linebuf * lb) { - u_int size; int n = 0; void *p; |