summaryrefslogtreecommitdiff
path: root/ace/MEM_SAP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_SAP.cpp')
-rw-r--r--ace/MEM_SAP.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/MEM_SAP.cpp b/ace/MEM_SAP.cpp
index 88725dcad8b..ae62b5e518d 100644
--- a/ace/MEM_SAP.cpp
+++ b/ace/MEM_SAP.cpp
@@ -2,8 +2,6 @@
#include "ace/MEM_SAP.h"
-#if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1)
-
#if defined (ACE_LACKS_INLINE_FUNCTIONS)
#include "ace/MEM_SAP.i"
#endif
@@ -79,5 +77,3 @@ template class ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex, ACE_Control
#pragma instantiate ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_Process_Mutex, ACE_Control_Block>
#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
-#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */