summaryrefslogtreecommitdiff
path: root/source/slang/slang-syntax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-syntax.cpp')
-rw-r--r--source/slang/slang-syntax.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/slang/slang-syntax.cpp b/source/slang/slang-syntax.cpp
index 5b4b61849..c779b4510 100644
--- a/source/slang/slang-syntax.cpp
+++ b/source/slang/slang-syntax.cpp
@@ -682,9 +682,6 @@ Index getFilterCountImpl(const ReflectClassInfo& clsInfo, MemberFilterStyle filt
return Slang::as<Type>(type->substitute(astBuilder, substs));
}
-
- void buildMemberDictionary(ContainerDecl* decl);
-
InterfaceDecl* findOuterInterfaceDecl(Decl* decl)
{
Decl* dd = decl;