summaryrefslogtreecommitdiff
path: root/ace/Local_Memory_Pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Local_Memory_Pool.cpp')
-rw-r--r--ace/Local_Memory_Pool.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Local_Memory_Pool.cpp b/ace/Local_Memory_Pool.cpp
index c1b9c922145..c7029c0c951 100644
--- a/ace/Local_Memory_Pool.cpp
+++ b/ace/Local_Memory_Pool.cpp
@@ -8,8 +8,6 @@
ACE_RCSID(ace, Local_Memory_Pool, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_ALLOC_HOOK_DEFINE(ACE_Local_Memory_Pool)
void
@@ -150,5 +148,3 @@ template class ACE_Unbounded_Set_Iterator<char *>;
#pragma instantiate ACE_Unbounded_Set<char *>
#pragma instantiate ACE_Unbounded_Set_Iterator<char *>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
-ACE_END_VERSIONED_NAMESPACE_DECL