Skip to content

Commit 1251687

Browse files
committed
[clang][bytecode][NFC] Remove a leftover dump call
1 parent 5b4071c commit 1251687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/AST/ByteCode/Interp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,6 @@ bool Free(InterpState &S, CodePtr OpPC, bool DeleteIsArrayForm,
10401040
return nullptr;
10411041
};
10421042

1043-
AllocType->dump();
10441043
if (const FunctionDecl *VirtualDelete =
10451044
getVirtualOperatorDelete(AllocType);
10461045
VirtualDelete &&

0 commit comments

Comments
 (0)