summaryrefslogtreecommitdiff
path: root/examples/Threads/manual_event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Threads/manual_event.cpp')
-rw-r--r--examples/Threads/manual_event.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/Threads/manual_event.cpp b/examples/Threads/manual_event.cpp
index c6eebe9727a..c168c384191 100644
--- a/examples/Threads/manual_event.cpp
+++ b/examples/Threads/manual_event.cpp
@@ -104,14 +104,6 @@ ACE_TMAIN (int argc, ACE_TCHAR **argv)
return 0;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Atomic_Op_Ex<ACE_Thread_Mutex, int>;
-template class ACE_Atomic_Op<ACE_Thread_Mutex, int>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_Atomic_Op_Ex<ACE_Thread_Mutex, int>
-#pragma instantiate ACE_Atomic_Op<ACE_Thread_Mutex, int>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
#else
int
ACE_TMAIN (int, ACE_TCHAR *[])