summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-04-11 21:47:29 +0000
committerwtc%netscape.com <devnull@localhost>2002-04-11 21:47:29 +0000
commit030f4cb9310cd33ea7f8716ab929a6fe932e6492 (patch)
tree80b11e6a38e117bf13e03427afe1810db400758b
parentd1470c8518768ae85dd0370a7b2f30f9ff6f26ae (diff)
downloadnspr-hg-030f4cb9310cd33ea7f8716ab929a6fe932e6492.tar.gz
Deleted a printf statement in the Neutrino builds. Bug 135692.
Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rw-r--r--pr/src/md/unix/unix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pr/src/md/unix/unix.c b/pr/src/md/unix/unix.c
index 2f6ea6f8..42a0f1e8 100644
--- a/pr/src/md/unix/unix.c
+++ b/pr/src/md/unix/unix.c
@@ -3235,9 +3235,6 @@ int _MD_unix_get_nonblocking_connect_error(int osfd)
int err;
_PRSockLen_t optlen = sizeof(err);
- printf("_MD_unix_get_nonblocking_connect_error: "
- "Assuming Large TCP/IP Stack -REVISIT- Never Tested!\n");
-
if (getsockopt(osfd, SOL_SOCKET, SO_ERROR,
(char *) &err, &optlen) == -1) {
return errno;