summaryrefslogtreecommitdiff
path: root/tests/Multicast_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Multicast_Test.cpp')
-rw-r--r--tests/Multicast_Test.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/Multicast_Test.cpp b/tests/Multicast_Test.cpp
index 3d1fe8ea3a8..8613c1a498b 100644
--- a/tests/Multicast_Test.cpp
+++ b/tests/Multicast_Test.cpp
@@ -928,16 +928,6 @@ run_main (int argc, ACE_TCHAR *argv[])
return (retval == 0 && error == 0) ? 0 : 1;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Vector<ACE_CString *>;
-template class ACE_Array_Base<ACE_String_Base<char> *>;
-template class ACE_Array<ACE_String_Base<char> *>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_Vector<ACE_CString *>
-#pragma instantiate ACE_Array_Base<ACE_String_Base<char> *>
-#pragma instantiate ACE_Array<ACE_String_Base<char> *>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
#else
int
run_main (int, ACE_TCHAR *[])