mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-29 01:03:57 +03:00
client: Remove unused variable.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user