mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 05:40:59 +00:00
Remove a commented out line of code that snuck by my auditing.
llvm-svn: 142761
This commit is contained in:
parent
7d33cd3a2f
commit
446210b616
@ -265,7 +265,6 @@ static std::string getBlockNum(MachineBasicBlock *BB) {
|
||||
BlockChain *MachineBlockPlacement::CreateChain(MachineBasicBlock *BB) {
|
||||
BlockChain *Chain =
|
||||
new (ChainAllocator.Allocate()) BlockChain(BlockToChain, BB);
|
||||
//assert(ActiveChains.insert(Chain));
|
||||
return Chain;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user