Skip to content

Commit 513f56b

Browse files
committed
cleanup debug code
1 parent 3d4eaf3 commit 513f56b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/slang/ir.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -4746,9 +4746,7 @@ namespace Slang
47464746
//
47474747
// We will first find or construct a specialized version
47484748
// of the callee funciton/
4749-
auto oldFunc = dumpIRFunc(genericFunc);
47504749
auto specFunc = getSpecializedFunc(sharedContext, genericFunc, specDeclRef);
4751-
auto newFunc = dumpIRFunc(specFunc);
47524750
//
47534751
// Then we will replace the use sites for the `specialize`
47544752
// instruction with uses of the specialized function.

0 commit comments

Comments
 (0)