summaryrefslogtreecommitdiff
path: root/ace/Obstack_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Obstack_T.cpp')
-rw-r--r--ace/Obstack_T.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Obstack_T.cpp b/ace/Obstack_T.cpp
index f7b781eee21..e6baeb61e41 100644
--- a/ace/Obstack_T.cpp
+++ b/ace/Obstack_T.cpp
@@ -15,8 +15,6 @@
#include "ace/Obstack_T.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_ALLOC_HOOK_DEFINE(ACE_Obstack_T)
template <class CHAR> void
@@ -203,6 +201,4 @@ ACE_Obstack_T<CHAR>::release (void)
this->curr_->block_ = this->curr_->cur_ = this->curr_->contents_;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_OBSTACK_T_CPP */