summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/saxhelper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-12 14:06:28 +0200
committerNoel Grandin <noel@peralex.com>2014-06-17 10:55:17 +0200
commit3e82897353e576dc6e3fbf55371fda5a0c3415df (patch)
tree71c2f03128885000efae1852dccb504f8355c79e /xmlsecurity/source/xmlsec/saxhelper.cxx
parentec95abf2d8afeec38c9225ea49caa0e08d82b504 (diff)
improve the inlinesimplememberfunctions clang plugin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
Diffstat (limited to 'xmlsecurity/source/xmlsec/saxhelper.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/saxhelper.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx
index 8a6447dbe92f..86d5dba09061 100644
--- a/xmlsecurity/source/xmlsec/saxhelper.cxx
+++ b/xmlsecurity/source/xmlsec/saxhelper.cxx
@@ -199,10 +199,6 @@ SAXHelper::~SAXHelper() {
// xmlCleanupParser() ;
}
-xmlNodePtr SAXHelper::getCurrentNode()
-{
- return m_pParserCtxt->node;
-}
void SAXHelper::setCurrentNode(const xmlNodePtr pNode)
{
@@ -217,10 +213,6 @@ void SAXHelper::setCurrentNode(const xmlNodePtr pNode)
= pNode;
}
-xmlDocPtr SAXHelper::getDocument()
-{
- return m_pParserCtxt->myDoc;
-}
/**
* XDocumentHandler -- start an xml document