summaryrefslogtreecommitdiff
path: root/ACEXML/parser/parser/ParserContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/parser/parser/ParserContext.cpp')
-rw-r--r--ACEXML/parser/parser/ParserContext.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACEXML/parser/parser/ParserContext.cpp b/ACEXML/parser/parser/ParserContext.cpp
index 77592dc13cb..663ae1ef1ac 100644
--- a/ACEXML/parser/parser/ParserContext.cpp
+++ b/ACEXML/parser/parser/ParserContext.cpp
@@ -14,11 +14,3 @@ ACEXML_Parser_Context::~ACEXML_Parser_Context()
this->locator_ = 0;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Swap <ACEXML_InputSource*>;
-template class ACE_Swap <ACEXML_LocatorImpl*>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-# pragma instantiate ACE_Swap <ACEXML_InputSource*>
-# pragma instantiate ACE_Swap <ACEXML_LocatorImpl*>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-