diff options
Diffstat (limited to 'idlc/source/astinterface.cxx')
-rw-r--r-- | idlc/source/astinterface.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/source/astinterface.cxx b/idlc/source/astinterface.cxx index 97d8f020170c..8dae59ea2bd7 100644 --- a/idlc/source/astinterface.cxx +++ b/idlc/source/astinterface.cxx @@ -34,8 +34,6 @@ AstInterface::AstInterface(const OString& name, , AstScope(NT_interface) , m_mandatoryInterfaces(0) , m_bIsDefined(false) - , m_bForwarded(false) - , m_bForwardedInSameFile(false) , m_bSingleInheritance(pInherits != 0) { if (pInherits != 0) { |