From 245466d89cfe54b78da486f06d470bc6daaf4625 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 16 Feb 2023 16:44:04 -0800 Subject: Remove `SharedIRBuilder`. (#2657) Co-authored-by: Yong He --- source/slang/slang-ir-entry-point-pass.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/slang/slang-ir-entry-point-pass.cpp') diff --git a/source/slang/slang-ir-entry-point-pass.cpp b/source/slang/slang-ir-entry-point-pass.cpp index e5bf55a44..64988cb81 100644 --- a/source/slang/slang-ir-entry-point-pass.cpp +++ b/source/slang/slang-ir-entry-point-pass.cpp @@ -8,9 +8,6 @@ void PerEntryPointPass::processModule(IRModule* module) { m_module = module; - SharedIRBuilder sharedBuilder(module); - m_sharedBuilder = &sharedBuilder; - // Note that we are only looking at true global-scope // functions and not functions nested inside of // IR generics. When using generic entry points, this -- cgit v1.2.3