From 5359a628ce3763408da25d83271a8eddec597a0c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 15 Oct 2013 12:20:37 +1100 Subject: - [ssh.c] g/c unused variable. --- ssh.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ssh.c b/ssh.c index 8dfc9bc1e..ad6ae0f4f 100644 --- a/ssh.c +++ b/ssh.c @@ -245,8 +245,6 @@ main(int ac, char **av) int timeout_ms; extern int optind, optreset; extern char *optarg; - - struct servent *sp; Forward fwd; /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */ -- cgit v1.2.3