diff options
author | 2002-03-21 16:58:13 +0000 | |
---|---|---|
committer | 2002-03-21 16:58:13 +0000 | |
commit | 1ea886db8ed092a6a7969d0ad4a666aa232a5d15 (patch) | |
tree | d6af6a88bb2d6f5c81706375a3a3e838fa361732 | |
parent | remove const (diff) | |
download | wireguard-openbsd-1ea886db8ed092a6a7969d0ad4a666aa232a5d15.tar.xz wireguard-openbsd-1ea886db8ed092a6a7969d0ad4a666aa232a5d15.zip |
remove unused
-rw-r--r-- | usr.bin/ssh/clientloop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 7259959ee73..dbac4091f8f 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.97 2002/03/21 15:17:26 jakob Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.98 2002/03/21 16:58:13 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -474,7 +474,6 @@ client_process_net_input(fd_set * readset) static void process_cmdline(Buffer *bin, Buffer *bout, Buffer *berr) { - char string[1024]; void (*handler)(int); char *s, *cmd; u_short fwd_port, fwd_host_port; |