Skip to content

Commit dee4571

Browse files
committed
Remove unused variable in AStarShuffler.h
1 parent 84ac710 commit dee4571

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libyul/backends/evm/ssa/AStarShuffler.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ class BlockForwardAStarShuffler
379379

380380
if (_targetState.numSlot(JunkSlot{}) > _state.numSlot(JunkSlot{}))
381381
{
382-
size_t n = 0;
383382
for (size_t i = 0; i < _state.stackData.size(); ++i)
384383
{
385384
// if we have too much of it, we may declare it junk
@@ -391,7 +390,6 @@ class BlockForwardAStarShuffler
391390
state.histogram[_state.stackData[i]] -= 1;
392391
std::get<1>(result.back()).apply(stack);
393392
state.histogram[JunkSlot{}] += 1;
394-
++n;
395393
}
396394
}
397395
}

0 commit comments

Comments
 (0)