summaryrefslogtreecommitdiff
path: root/ace/SOCK_Stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Stream.cpp')
-rw-r--r--ace/SOCK_Stream.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/SOCK_Stream.cpp b/ace/SOCK_Stream.cpp
index 14bb794288e..b207cbf8b83 100644
--- a/ace/SOCK_Stream.cpp
+++ b/ace/SOCK_Stream.cpp
@@ -30,14 +30,6 @@ ACE_SOCK_Stream::close (void)
// this will cause subtle problems on UNIX due to the way that
// fork() works.
this->close_writer ();
-#else
-#if 0
- // Commenting this out for now since I think it will cause subtle
- // problems on UNIX due to the way that fork() works.
-
- // Shutdown the socket to force exit from ongoing operations
- ACE_OS::shutdown (this->get_handle (), SHUT_RDWR);
-#endif /* 0 */
#endif /* ACE_WIN32 */
// Close down the socket.