summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/slang/ir.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/ir.cpp b/source/slang/ir.cpp
index 17ba14c6e..45ad71b67 100644
--- a/source/slang/ir.cpp
+++ b/source/slang/ir.cpp
@@ -4746,9 +4746,7 @@ namespace Slang
//
// We will first find or construct a specialized version
// of the callee funciton/
- auto oldFunc = dumpIRFunc(genericFunc);
auto specFunc = getSpecializedFunc(sharedContext, genericFunc, specDeclRef);
- auto newFunc = dumpIRFunc(specFunc);
//
// Then we will replace the use sites for the `specialize`
// instruction with uses of the specialized function.