Skip to content

Commit 70eb4f2

Browse files
r0qsclonker
authored andcommitted
Remove unused variable in AStarShuffler.h
1 parent 78acca1 commit 70eb4f2

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
@@ -377,7 +377,6 @@ class BlockForwardAStarShuffler
377377

378378
if (_targetState.numSlot(Slot::makeJunk()) > _state.numSlot(Slot::makeJunk()))
379379
{
380-
size_t n = 0;
381380
for (size_t i = 0; i < _state.stackData.size(); ++i)
382381
{
383382
// if we have too much of it, we may declare it junk
@@ -389,7 +388,6 @@ class BlockForwardAStarShuffler
389388
state.histogram[_state.stackData[i]] -= 1;
390389
std::get<1>(result.back()).apply(stack);
391390
state.histogram[Slot::makeJunk()] += 1;
392-
++n;
393391
}
394392
}
395393
}

0 commit comments

Comments
 (0)