summaryrefslogtreecommitdiff
path: root/ace/Task.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-02 20:08:47 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-02 20:08:47 +0000
commit02b4c5d878dbcbaaa9bb046cf7f3115cfdc69b25 (patch)
treec396a89f8114f7c21b65067a9ed2e7f1e3490a88 /ace/Task.cpp
parent3c8b98b4c3305679d882ca22d8bff7c97989d617 (diff)
downloadATCD-02b4c5d878dbcbaaa9bb046cf7f3115cfdc69b25.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Task.cpp')
-rw-r--r--ace/Task.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/ace/Task.cpp b/ace/Task.cpp
index 5c54454a8f3..3ba11b9a36d 100644
--- a/ace/Task.cpp
+++ b/ace/Task.cpp
@@ -143,17 +143,3 @@ ACE_Task_Base::module_closed (void)
return this->close (1);
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-#if (defined (ACE_HAS_THREADS) && defined (ACE_HAS_THREAD_SPECIFIC_STORAGE))
- template class ACE_TSS<ACE_Task_Exit>;
- // This doesn't necessarily belong here, but it's a convenient place for it.
- template class ACE_TSS<ACE_Dynamic>;
-#endif /* ACE_HAS_THREADS && ACE_HAS_THREAD_SPECIFIC_STORAGE */
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#if (defined (ACE_HAS_THREADS) && defined (ACE_HAS_THREAD_SPECIFIC_STORAGE))
- #pragma instantiate ACE_TSS<ACE_Task_Exit>
- // This doesn't necessarily belong here, but it's a convenient place for it.
- #pragma instantiate ACE_TSS<ACE_Dynamic>
-#endif /* ACE_HAS_THREADS && ACE_HAS_THREAD_SPECIFIC_STORAGE */
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-