We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78acca1 commit 70eb4f2Copy full SHA for 70eb4f2
libyul/backends/evm/ssa/AStarShuffler.h
@@ -377,7 +377,6 @@ class BlockForwardAStarShuffler
377
378
if (_targetState.numSlot(Slot::makeJunk()) > _state.numSlot(Slot::makeJunk()))
379
{
380
- size_t n = 0;
381
for (size_t i = 0; i < _state.stackData.size(); ++i)
382
383
// if we have too much of it, we may declare it junk
@@ -389,7 +388,6 @@ class BlockForwardAStarShuffler
389
388
state.histogram[_state.stackData[i]] -= 1;
390
std::get<1>(result.back()).apply(stack);
391
state.histogram[Slot::makeJunk()] += 1;
392
- ++n;
393
}
394
395
0 commit comments