summaryrefslogtreecommitdiff
path: root/ace/Obstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Obstack.h')
-rw-r--r--ace/Obstack.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Obstack.h b/ace/Obstack.h
index 511f7715f69..6312ecb7fc1 100644
--- a/ace/Obstack.h
+++ b/ace/Obstack.h
@@ -19,13 +19,9 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_SINGLETON_DECLARATION (ACE_Obstack_T <char>;)
typedef ACE_Obstack_T<char> ACE_Obstack;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_OBSTACK_H */