summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-entry-point-pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-ir-entry-point-pass.cpp')
-rw-r--r--source/slang/slang-ir-entry-point-pass.cpp3
1 files changed, 0 insertions, 3 deletions
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