summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/SLD.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C++NPv2/SLD.cpp')
-rw-r--r--examples/C++NPv2/SLD.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/C++NPv2/SLD.cpp b/examples/C++NPv2/SLD.cpp
index abea1c1dad4..3aef89d0df6 100644
--- a/examples/C++NPv2/SLD.cpp
+++ b/examples/C++NPv2/SLD.cpp
@@ -15,9 +15,3 @@ typedef Reactor_Logging_Server_Adapter<Logging_Acceptor>
ACE_FACTORY_DEFINE (SLD, Server_Logging_Daemon)
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class Reactor_Logging_Server_Adapter<Logging_Acceptor>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate Reactor_Logging_Server_Adapter<Logging_Acceptor>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-