summaryrefslogtreecommitdiff
path: root/ace/Containers_T.cpp
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-17 09:44:43 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-17 09:44:43 +0000
commit206cf232e7b50f367aea205e75fecf2900823cb5 (patch)
treeadaa7e35ef0f3b14cb70077175490f6f3b7a5417 /ace/Containers_T.cpp
parent4512654d240408e2e90f7150844da70daf54b48f (diff)
downloadATCD-206cf232e7b50f367aea205e75fecf2900823cb5.tar.gz
Removed protecting code with ACE_LACKS_TEMPLATE_AS_TEMPLATE_PARAMETER
since ACE_DLList no longer relies on this feature.
Diffstat (limited to 'ace/Containers_T.cpp')
-rw-r--r--ace/Containers_T.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Containers_T.cpp b/ace/Containers_T.cpp
index d4b37816bf6..c01cf9e299d 100644
--- a/ace/Containers_T.cpp
+++ b/ace/Containers_T.cpp
@@ -2127,7 +2127,6 @@ ACE_Ordered_MultiSet_Iterator<T>::next (T *&item) const
return 0;
}
-#if ! defined (ACE_LACKS_TEMPLATE_AS_TEMPLATE_PARAMETER)
ACE_ALLOC_HOOK_DEFINE (ACE_DLList_Node)
@@ -2177,7 +2176,6 @@ ACE_DLList<T>::delete_tail (void)
return temp2;
}
-#endif /* ! defined (ACE_LACKS_TEMPLATE_AS_TEMPLATE_PARAMETER) */
// Dynamically initialize an array.