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 84ac710 commit dee4571Copy full SHA for dee4571
libyul/backends/evm/ssa/AStarShuffler.h
@@ -379,7 +379,6 @@ class BlockForwardAStarShuffler
379
380
if (_targetState.numSlot(JunkSlot{}) > _state.numSlot(JunkSlot{}))
381
{
382
- size_t n = 0;
383
for (size_t i = 0; i < _state.stackData.size(); ++i)
384
385
// if we have too much of it, we may declare it junk
@@ -391,7 +390,6 @@ class BlockForwardAStarShuffler
391
390
state.histogram[_state.stackData[i]] -= 1;
392
std::get<1>(result.back()).apply(stack);
393
state.histogram[JunkSlot{}] += 1;
394
- ++n;
395
}
396
397
0 commit comments