Skip to content

Commit

Permalink
Revert "[mlir][ArmSME] Suppress potential unused warning (#99573)" (#…
Browse files Browse the repository at this point in the history
…99578)

This reverts commit 05bce3f.

The work was already done in 99faa03.
  • Loading branch information
wecing authored Jul 18, 2024
1 parent 05bce3f commit a41a4b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlir/lib/Dialect/ArmSME/Transforms/TileAllocation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ void allocateTilesToLiveRanges(
// Remove the live range from the active/inactive sets.
if (!activeRanges.remove(rangeToSpill)) {
bool removed = inactiveRanges.remove(rangeToSpill);
(void)removed;
assert(removed && "expected a range to be removed!");
(void)removed;
}
Expand Down

0 comments on commit a41a4b8

Please sign in to comment.