summaryrefslogtreecommitdiff
path: root/examples/DLL/test_dll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/DLL/test_dll.cpp')
-rw-r--r--examples/DLL/test_dll.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/DLL/test_dll.cpp b/examples/DLL/test_dll.cpp
index fce379da943..10dbcbddaa4 100644
--- a/examples/DLL/test_dll.cpp
+++ b/examples/DLL/test_dll.cpp
@@ -72,8 +72,3 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
return 0;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class auto_ptr <Magazine>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate auto_ptr <Magazine>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */