Skip to content

Commit

Permalink
remove commented-out function
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaskollmer committed Jan 11, 2025
1 parent 2917ced commit dade7c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/SpeziFoundation/Misc/OrderedArray.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ extension OrderedArray: RandomAccessCollection {
storage.endIndex
}

// public func index(before idx: Index) -> Index {
// storage.index(before: idx)
// }

public func index(after idx: Index) -> Index {
storage.index(after: idx)
}
Expand Down

0 comments on commit dade7c5

Please sign in to comment.