summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 38b1c548b..88449f672 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -83,8 +83,6 @@ fd_set *read_wait;
83size_t read_wait_nfdset; 83size_t read_wait_nfdset;
84int ncon; 84int ncon;
85 85
86struct ssh *active_state = NULL; /* XXX needed for linking */
87
88/* 86/*
89 * Keep a connection structure for each file descriptor. The state 87 * Keep a connection structure for each file descriptor. The state
90 * associated with file descriptor n is held in fdcon[n]. 88 * associated with file descriptor n is held in fdcon[n].