summaryrefslogtreecommitdiff
path: root/ace/Mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Mutex.cpp')
-rw-r--r--ace/Mutex.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/Mutex.cpp b/ace/Mutex.cpp
index 83261c5d39d..a427703eca5 100644
--- a/ace/Mutex.cpp
+++ b/ace/Mutex.cpp
@@ -15,7 +15,6 @@ ACE_RCSID (ace,
Mutex,
"$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_Mutex)
@@ -121,5 +120,3 @@ ACE_Mutex::~ACE_Mutex (void)
// ACE_TRACE ("ACE_Mutex::~ACE_Mutex");
this->remove ();
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL