- [ssh.c] g/c unused variable.

This commit is contained in:
Damien Miller 2013-10-15 12:20:37 +11:00
parent 386feab0c4
commit 5359a628ce
1 changed files with 0 additions and 2 deletions

2
ssh.c
View File

@ -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 */