summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c
index 672d694..60fb0bb 100644
--- a/src/client.c
+++ b/src/client.c
@@ -752,7 +752,6 @@ int ssh_get_openssh_version(ssh_session session) {
void ssh_disconnect(ssh_session session) {
ssh_string str = NULL;
struct ssh_iterator *it;
- int i;
if (session == NULL) {
return;