summaryrefslogtreecommitdiff
path: root/ace/PI_Malloc.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/PI_Malloc.inl')
-rw-r--r--ace/PI_Malloc.inl8
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/PI_Malloc.inl b/ace/PI_Malloc.inl
index 1cb78d466e1..b082b523618 100644
--- a/ace/PI_Malloc.inl
+++ b/ace/PI_Malloc.inl
@@ -1,11 +1,6 @@
-// -*- C++ -*-
-//
// $Id$
#if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1)
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE
ACE_PI_Control_Block::ACE_Name_Node::~ACE_Name_Node (void)
{
@@ -26,8 +21,5 @@ ACE_PI_Control_Block::ACE_Name_Node::init_ptr
new ((void *) ptr) NAME_NODE_PTR (base_addr, 0);
*ptr = init;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1 */