summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-21 07:37:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-21 07:37:08 +0100
commite972d6bb36efaa14eb4983c835491cbcd6283e91 (patch)
treea7ca6a03fd12921860ab630ef4a10cc89b7e4200 /idlc/inc
parent4c8154bfd97fe650d2222dc095b18150a10dc626 (diff)
Idlc::m_pErrorHandler is unused
Change-Id: I41fea5e08381e21dff12f61142a4d54f07a502f4
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/inc/idlc.hxx b/idlc/inc/idlc.hxx
index 20665ba8dd50..2811c6b6b027 100644
--- a/idlc/inc/idlc.hxx
+++ b/idlc/inc/idlc.hxx
@@ -117,7 +117,6 @@ private:
Options* m_pOptions;
AstStack* m_pScopes;
AstModule* m_pRoot;
- ErrorHandler* m_pErrorHandler;
OString m_fileName;
OString m_mainFileName;
OString m_realFileName;