summaryrefslogtreecommitdiff
path: root/TAO/tao/WrongTransactionA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/WrongTransactionA.cpp')
-rw-r--r--TAO/tao/WrongTransactionA.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/WrongTransactionA.cpp b/TAO/tao/WrongTransactionA.cpp
index 71b91ac2444..001e8cb8450 100644
--- a/TAO/tao/WrongTransactionA.cpp
+++ b/TAO/tao/WrongTransactionA.cpp
@@ -142,19 +142,3 @@ CORBA::Boolean operator>>= (
_tao_elem
);
}
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class
- TAO::Any_Dual_Impl_T<
- CORBA::WrongTransaction
- >;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate \
- TAO::Any_Dual_Impl_T< \
- CORBA::WrongTransaction \
- >
-
-#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */