summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/netware/start.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/netware/start.c b/misc/netware/start.c
index 5e36684b0..e7ca10312 100644
--- a/misc/netware/start.c
+++ b/misc/netware/start.c
@@ -76,7 +76,6 @@ static int UnregisterAppWithWinSock (void *nlm_handle)
WSACleanupWithNLMHandle = wsa_cleanup_with_handle;
}
- // don't know where that 'data' thing comes from...
return (*WSACleanupWithNLMHandle)(nlm_handle);
}
@@ -92,7 +91,6 @@ static int RegisterAppWithWinSock (void *nlm_handle)
WSAStartupWithNLMHandle = wsa_startup_with_handle;
}
- // don't know where that 'data' thing comes from...
err = (*WSAStartupWithNLMHandle)(wVersionRequested, &wsaData, nlm_handle);
if (LOBYTE(wsaData.wVersion) != WSAHighByte ||