Skip to content

Commit

Permalink
fixup! core: add a new updateMap() function to DistanceRangeMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Khoyo committed Nov 8, 2024
1 parent abe6674 commit 1cd8430
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ data class DistanceRangeMapImpl<T>(
values.clear()
}

// [---------] this
// [-------] update

/** Merges adjacent values, removes 0-length ranges */
private fun mergeAdjacent() {
fun remove(i: Int) {
Expand Down

0 comments on commit 1cd8430

Please sign in to comment.