summaryrefslogtreecommitdiff
path: root/ace/PI_Malloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/PI_Malloc.cpp')
-rw-r--r--ace/PI_Malloc.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/PI_Malloc.cpp b/ace/PI_Malloc.cpp
index 46ff39867d6..fbe0d925e6f 100644
--- a/ace/PI_Malloc.cpp
+++ b/ace/PI_Malloc.cpp
@@ -17,8 +17,6 @@ ACE_RCSID (ace,
#include "ace/Process_Mutex.h"
#include "ace/OS_NS_string.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
void
ACE_PI_Control_Block::ACE_Malloc_Header::dump (void) const
{
@@ -174,8 +172,6 @@ template class ACE_Based_Pointer<ACE_PI_Control_Block::ACE_Name_Node>;
#pragma instantiate ACE_Based_Pointer<ACE_PI_Control_Block::ACE_Name_Node>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1*/
#endif /* ACE_PI_MALLOC_CPP */