summaryrefslogtreecommitdiff
path: root/ace/Lock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Lock.cpp')
-rw-r--r--ace/Lock.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Lock.cpp b/ace/Lock.cpp
index dca934b8067..e0ea8397846 100644
--- a/ace/Lock.cpp
+++ b/ace/Lock.cpp
@@ -8,8 +8,6 @@
ACE_RCSID(ace, Lock, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_Lock::~ACE_Lock (void)
{
}
@@ -84,5 +82,3 @@ ACE_Adaptive_Lock::dump (void) const
// return this->lock_->dump ();
#endif /* ACE_HAS_DUMP */
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL