summaryrefslogtreecommitdiff
path: root/ace/Thread_Control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Control.cpp')
-rw-r--r--ace/Thread_Control.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Thread_Control.cpp b/ace/Thread_Control.cpp
index 5198fad391d..5415e74b687 100644
--- a/ace/Thread_Control.cpp
+++ b/ace/Thread_Control.cpp
@@ -18,8 +18,6 @@ ACE_RCSID(ace, Thread_Control, "$Id$")
# include "ace/Thread_Control.inl"
#endif /* ACE_HAS_INLINED_OS_CALLS */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
void
ACE_Thread_Control::dump (void) const
{
@@ -92,5 +90,3 @@ ACE_Thread_Control::exit (ACE_THR_FUNC_RETURN exit_status, int do_thr_exit)
return 0;
}
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL