summaryrefslogtreecommitdiff
path: root/ace/MEM_Stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_Stream.cpp')
-rw-r--r--ace/MEM_Stream.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/MEM_Stream.cpp b/ace/MEM_Stream.cpp
index 0b1f9ca3394..9e13eb1708f 100644
--- a/ace/MEM_Stream.cpp
+++ b/ace/MEM_Stream.cpp
@@ -3,7 +3,6 @@
#include "ace/MEM_Stream.h"
-#if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1)
#if defined (ACE_LACKS_INLINE_FUNCTIONS)
#include "ace/MEM_Stream.i"
#endif
@@ -33,5 +32,3 @@ ACE_MEM_Stream::close (void)
// Close down the socket.
return ACE_SOCK::close ();
}
-
-#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */