summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astinterface.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astinterface.hxx')
-rw-r--r--idlc/inc/idlc/astinterface.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/idlc/inc/idlc/astinterface.hxx b/idlc/inc/idlc/astinterface.hxx
index e7a40ba3c456..54ad235c7afd 100644
--- a/idlc/inc/idlc/astinterface.hxx
+++ b/idlc/inc/idlc/astinterface.hxx
@@ -57,15 +57,6 @@ public:
bool hasMandatoryInheritedInterfaces() const
{ return m_mandatoryInterfaces > 0; }
- void setForwarded(bool bForwarded)
- { m_bForwarded = bForwarded; }
- bool isForwarded()
- { return m_bForwarded; }
- void setForwardedInSameFile(bool bForwarded)
- { m_bForwardedInSameFile = bForwarded; }
- bool isForwardedInSameFile()
- { return m_bForwardedInSameFile; }
-
void setDefined() { m_bIsDefined = true; }
bool isDefined() const
{ return m_bIsDefined; }
@@ -125,8 +116,6 @@ private:
InheritedInterfaces m_inheritedInterfaces;
InheritedInterfaces::size_type m_mandatoryInterfaces;
bool m_bIsDefined;
- bool m_bForwarded;
- bool m_bForwardedInSameFile;
bool m_bSingleInheritance;
VisibleInterfaces m_visibleInterfaces;
VisibleMembers m_visibleMembers;