summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/Naming/Naming_Service_Container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/Naming/Naming_Service_Container.cpp')
-rw-r--r--orbsvcs/orbsvcs/Naming/Naming_Service_Container.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/orbsvcs/orbsvcs/Naming/Naming_Service_Container.cpp b/orbsvcs/orbsvcs/Naming/Naming_Service_Container.cpp
index 424bfb6b9b9..e003601379c 100644
--- a/orbsvcs/orbsvcs/Naming/Naming_Service_Container.cpp
+++ b/orbsvcs/orbsvcs/Naming/Naming_Service_Container.cpp
@@ -25,12 +25,10 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_NS_Node)
-# if ! defined (ACE_HAS_BROKEN_NOOP_DTORS)
template <class T>
ACE_NS_Node<T>::~ACE_NS_Node (void)
{
}
-# endif /* ! defined (ACE_HAS_BROKEN_NOOP_DTORS) */
template <class T>
ACE_NS_Node<T>::ACE_NS_Node (const T &i, ACE_NS_Node<T> *n)