summaryrefslogtreecommitdiff
path: root/tests/DLList_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DLList_Test.cpp')
-rw-r--r--tests/DLList_Test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/DLList_Test.cpp b/tests/DLList_Test.cpp
index 22a739b5851..6450378c6d9 100644
--- a/tests/DLList_Test.cpp
+++ b/tests/DLList_Test.cpp
@@ -116,17 +116,11 @@ main (int, ASYS_TCHAR *[])
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_DLList<STRING>;
-template class ACE_Double_Linked_List_Iterator_Base <ACE_DLList_Node>;
-template class ACE_Double_Linked_List_Iterator <ACE_DLList_Node>;
-template class ACE_Double_Linked_List_Reverse_Iterator <ACE_DLList_Node>;
template class ACE_DLList_Iterator<STRING>;
template class ACE_DLList_Reverse_Iterator<STRING>;
template class ACE_Static_Allocator<8192>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate ACE_DLList<STRING>
-#pragma instantiate ACE_Double_Linked_List_Iterator_Base <ACE_DLList_Node>
-#pragma instantiate ACE_Double_Linked_List_Iterator <ACE_DLList_Node>
-#pragma instantiate ACE_Double_Linked_List_Reverse_Iterator <ACE_DLList_Node>
#pragma instantiate ACE_DLList_Iterator<STRING>
#pragma instantiate ACE_DLList_Reverse_Iterator<STRING>
#pragma instantiate ACE_Static_Allocator<8192>