mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 17:12:00 +00:00
NFC: Remove stray logging from ~Block().
PiperOrigin-RevId: 269941815
This commit is contained in:
parent
35df51086a
commit
25f0f769aa
@ -38,11 +38,6 @@ unsigned BlockArgument::getArgNumber() {
|
||||
Block::~Block() {
|
||||
assert(!verifyInstOrder() && "Expected valid operation ordering.");
|
||||
clear();
|
||||
|
||||
for (auto *arg : arguments)
|
||||
if (!arg->use_empty())
|
||||
arg->user_begin()->dump();
|
||||
|
||||
llvm::DeleteContainerPointers(arguments);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user