summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astscope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astscope.hxx')
-rw-r--r--idlc/inc/idlc/astscope.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astscope.hxx b/idlc/inc/idlc/astscope.hxx
index 217afaffa940..c7d64a16dc2e 100644
--- a/idlc/inc/idlc/astscope.hxx
+++ b/idlc/inc/idlc/astscope.hxx
@@ -49,7 +49,6 @@ public:
// Look up the identifier 'name' specified only in the local scope
AstDeclaration* lookupByNameLocal(const OString& name) const;
- AstDeclaration* lookupInForwarded(const OString& scopedName);
AstDeclaration* lookupInInherited(const OString& scopedName) const;
// Look up a predefined type by its ExprType