Fix build.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@259 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-03-11 10:22:14 +00:00
parent 3247a7683a
commit 78273fe5c5

View File

@@ -79,9 +79,6 @@ void ssh_socket_init(void) {
if (WSAStartup(MAKEWORD(2, 0), &wsaData)) {
/* FIXME print error */
}
#else
/* not useed in unix */
(void) session;
#endif
}
/*