summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-15 12:20:37 +1100
committerDamien Miller <djm@mindrot.org>2013-10-15 12:20:37 +1100
commit5359a628ce3763408da25d83271a8eddec597a0c (patch)
tree8d4c8f799102ef656a35c9fdbc0ad35ce04caa99 /ssh.c
parent386feab0c4736b054585ee8ee372865d5cde8d69 (diff)
downloadopenssh-git-5359a628ce3763408da25d83271a8eddec597a0c.tar.gz
- [ssh.c] g/c unused variable.
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 8dfc9bc1..ad6ae0f4 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 */