Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 56f702a

Browse files
committed
remove diagnostic printf
1 parent b334a7f commit 56f702a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jit/importer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18509,7 +18509,6 @@ void Compiler::impDevirtualizeCall(GenTreeCall* call,
1850918509
if (objClassIsFinal || derivedMethodIsFinal)
1851018510
{
1851118511
JITDUMP("!!! Inlining ok, no restrictions, final; can devirtualize\n");
18512-
printf("!!! Inlining ok, no restrictions, final; can devirtualize\n");
1851318512

1851418513
// Make the updates.
1851518514
call->gtFlags &= ~GTF_CALL_VIRT_VTABLE;

0 commit comments

Comments
 (0)