summaryrefslogtreecommitdiff
path: root/idlc/inc/astattribute.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astattribute.hxx')
-rw-r--r--idlc/inc/astattribute.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/inc/astattribute.hxx b/idlc/inc/astattribute.hxx
index e4bbd517318f..273e4209e5a4 100644
--- a/idlc/inc/astattribute.hxx
+++ b/idlc/inc/astattribute.hxx
@@ -67,8 +67,6 @@ public:
DeclList::size_type getSetExceptionCount() const
{ return m_setExceptions.size(); }
- AstType const * getType() const
- { return m_pType; }
bool isReadonly() const
{ return ((m_flags & AF_READONLY) == AF_READONLY); }
bool isOptional() const