aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'libssh')
-rw-r--r--libssh/socket.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libssh/socket.c b/libssh/socket.c
index f95a2dcc..f60c2494 100644
--- a/libssh/socket.c
+++ b/libssh/socket.c
@@ -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
}
/*