summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/saxhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/saxhelper.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/saxhelper.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx
index 7384c6f310a7..6b09fea26718 100644
--- a/xmlsecurity/source/xmlsec/saxhelper.cxx
+++ b/xmlsecurity/source/xmlsec/saxhelper.cxx
@@ -432,21 +432,6 @@ void SAXHelper::setDocumentLocator(
const cssu::Reference< cssxs::XLocator > &)
throw( cssxs::SAXException , cssu::RuntimeException )
{
- //--Pseudo code if necessary
- //--m_pSaxLocator is a member defined as xmlSAXHabdlerPtr
- //--m_pSaxLocatorHdl is a member defined as Sax_Locator
-
- //if( m_pSaxLocator != NULL ) {
- // //Deallocate the memory
- //}
- //if( m_pSaxLocatorHdl != NULL ) {
- // //Deallocate the memory
- //}
-
- //m_pSaxLocatorHdl = new Sax_Locator( xLocator ) ;
- //m_pSaxLocator = { m_pSaxLocatorHdl->getPublicId , m_pSaxLocatorHdl->getSystemId , m_pSaxLocatorHdl->getLineNumber , m_pSaxLocatorHdl->getColumnNumber } ;
-
- //m_pSaxHandler->setDocumentLocator( m_pParserCtxt , m_pSaxLocator ) ;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */