From c150ac07873e2861d0b4531fe88648801c9995be Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 31 May 2016 11:28:46 +0200 Subject: loplugin:unusedmethods Change-Id: Ia7981447e96d9ac87526ad1276585ab3077d7f08 Reviewed-on: https://gerrit.libreoffice.org/25707 Tested-by: Jenkins Reviewed-by: Noel Grandin --- l10ntools/inc/xmlparse.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'l10ntools') diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index ad3bd875dd11..8d8fe9f458d9 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -93,7 +93,6 @@ private: protected: XMLChildNode( XMLParentNode *pPar ); - XMLChildNode(): m_pParent( nullptr ){}; XMLChildNode( const XMLChildNode& rObj); XMLChildNode& operator=(const XMLChildNode& rObj); public: -- cgit