diff options
Diffstat (limited to 'TAO/tao/OctetSeqA.cpp')
-rw-r--r-- | TAO/tao/OctetSeqA.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/OctetSeqA.cpp b/TAO/tao/OctetSeqA.cpp index d745fa17608..e8368dd9ee2 100644 --- a/TAO/tao/OctetSeqA.cpp +++ b/TAO/tao/OctetSeqA.cpp @@ -138,19 +138,3 @@ CORBA::Boolean operator>>= ( _tao_elem ); } - -#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) - - template class - TAO::Any_Dual_Impl_T< - CORBA::OctetSeq - >; - -#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) - -# pragma instantiate \ - TAO::Any_Dual_Impl_T< \ - CORBA::OctetSeq \ - > - -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |