summaryrefslogtreecommitdiff
path: root/examples/Threads/tss1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Threads/tss1.cpp')
-rw-r--r--examples/Threads/tss1.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/Threads/tss1.cpp b/examples/Threads/tss1.cpp
index 7b0a525039d..783d4dc5b7a 100644
--- a/examples/Threads/tss1.cpp
+++ b/examples/Threads/tss1.cpp
@@ -108,14 +108,6 @@ int Tester<ACE_SYNCH_USE>::close (u_long)
return 0;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_TSS<Errno>;
-template class Tester<ACE_MT_SYNCH>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_TSS<Errno>
-#pragma instantiate Tester<ACE_MT_SYNCH>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
int
ACE_TMAIN (int, ACE_TCHAR *[])
{