summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-07-07 15:47:09 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2004-07-07 15:47:09 +0000
commit187e4d71342faa6696fb00e4c04212704e88ee80 (patch)
treec99794dc3471af26ac5c8691fa3dc7b9ac0c25af
parenteb301d1b1fc0ae4d87f0923993b10fb7a37469b0 (diff)
downloadlibapr-187e4d71342faa6696fb00e4c04212704e88ee80.tar.gz
Clean up leftover comments
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65266 13f79535-47bb-0310-9956-ffa450edef68
-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 ||