From 513f56b85e3678bbaf40f74397e8d9a864761c08 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 15 Jan 2018 18:30:11 -0500 Subject: cleanup debug code --- source/slang/ir.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'source') 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. -- cgit v1.2.3