mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
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:
@@ -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
|
||||
}
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user