summaryrefslogtreecommitdiff
path: root/ace/MMAP_Memory_Pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MMAP_Memory_Pool.cpp')
-rw-r--r--ace/MMAP_Memory_Pool.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/MMAP_Memory_Pool.cpp b/ace/MMAP_Memory_Pool.cpp
index 6ddec5d7621..3329c3f5292 100644
--- a/ace/MMAP_Memory_Pool.cpp
+++ b/ace/MMAP_Memory_Pool.cpp
@@ -15,8 +15,6 @@
ACE_RCSID(ace, MMAP_Memory_Pool, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_ALLOC_HOOK_DEFINE(ACE_MMAP_Memory_Pool)
void
@@ -532,5 +530,3 @@ ACE_Lite_MMAP_Memory_Pool::sync (void *, size_t, int)
ACE_TRACE ("ACE_Lite_MMAP_Memory_Pool::sync");
return 0;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL