1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

Removed unused var.

This commit is contained in:
Guenter Knauf
2011-09-10 14:48:06 +02:00
parent 3fb3ba571b
commit e399a852b9
7 changed files with 0 additions and 21 deletions

View File

@ -92,9 +92,6 @@ int main(int argc, char *argv[])
int total = 0;
long time_ms;
int spin = 0;
#if defined(HAVE_IOCTLSOCKET)
long flag = 1;
#endif
LIBSSH2_SFTP *sftp_session;
LIBSSH2_SFTP_HANDLE *sftp_handle;