summaryrefslogtreecommitdiff
path: root/examples/Misc/test_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Misc/test_set.cpp')
-rw-r--r--examples/Misc/test_set.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/Misc/test_set.cpp b/examples/Misc/test_set.cpp
index b5c81d64bc8..4b60d3b4b11 100644
--- a/examples/Misc/test_set.cpp
+++ b/examples/Misc/test_set.cpp
@@ -55,10 +55,3 @@ ACE_TMAIN (int, ACE_TCHAR *[])
return 0;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Unbounded_Set<int>;
-template class ACE_Unbounded_Set_Iterator<int>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_Unbounded_Set<int>
-#pragma instantiate ACE_Unbounded_Set_Iterator<int>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */