summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2005-06-16 20:16:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2005-06-16 20:16:49 +0000
commitb3e4bb41f538bea38ae773858392771858c39fc1 (patch)
tree1f70f13355f0f2ccbf86aba194cc39feec87450f
parent41d8f22085b9dc78fc6dedc4210bd30ae6310b80 (diff)
downloadATCD-b3e4bb41f538bea38ae773858392771858c39fc1.tar.gz
ChangeLogTag:Thu Jun 16 07:38:57 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-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.