1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

client: Remove unused variable.

This commit is contained in:
Andreas Schneider
2011-09-18 21:36:40 +02:00
parent 3622ac83f6
commit 4a6a0987a8

View File

@@ -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;