From 939be44ca23476e622dfb24a592383fe2a1da61f Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 26 Oct 2022 08:32:24 -0700 Subject: Auto synthesis of Differential type (#2466) --- source/slang/slang-syntax.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/slang/slang-syntax.cpp') 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->substitute(astBuilder, substs)); } - - void buildMemberDictionary(ContainerDecl* decl); - InterfaceDecl* findOuterInterfaceDecl(Decl* decl) { Decl* dd = decl; -- cgit v1.2.3