summaryrefslogtreecommitdiff
path: root/misc/netware
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2004-07-07 15:47:09 +0000
committerBradley Nicholes <bnicholes@apache.org>2004-07-07 15:47:09 +0000
commit90d773fa9ce5c750a045a13443cdc00d1365ac61 (patch)
treec99794dc3471af26ac5c8691fa3dc7b9ac0c25af /misc/netware
parent620ed5b59e8d7d07c425ea0d15a9d0c455f2531e (diff)
downloadapr-90d773fa9ce5c750a045a13443cdc00d1365ac61.tar.gz
Clean up leftover comments
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65266 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc/netware')
-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 ||