summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortimeless%mac.com <devnull@localhost>2002-05-03 22:05:12 +0000
committertimeless%mac.com <devnull@localhost>2002-05-03 22:05:12 +0000
commitdeec44131bdbbe6de1dcadbfcb888f43d2a69d3d (patch)
tree8ea80e29fd37f229cf20cab654730856c17daa0c
parent027cbca807787fad33ae4d22a31bb56dff2b4399 (diff)
downloadnspr-hg-deec44131bdbbe6de1dcadbfcb888f43d2a69d3d.tar.gz
Deleted a printf statement in the Neutrino builds. Bug 135692. a=scc
-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;