summaryrefslogtreecommitdiff
path: root/docs/tutorials/017/Barrier_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/017/Barrier_i.cpp')
-rw-r--r--docs/tutorials/017/Barrier_i.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/tutorials/017/Barrier_i.cpp b/docs/tutorials/017/Barrier_i.cpp
index 0d9f0c67398..c8d0c6ba5ed 100644
--- a/docs/tutorials/017/Barrier_i.cpp
+++ b/docs/tutorials/017/Barrier_i.cpp
@@ -152,9 +152,3 @@ int Barrier::make_barrier( int _wait )
return 0;
}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Atomic_Op <ACE_Mutex, u_int>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_Atomic_Op <ACE_Mutex, u_int>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */