mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
🔥 an obsolete commented out line.
This commit is contained in:
parent
44e58494af
commit
2be26f291a
@ -192,7 +192,6 @@ findNearestNeighbourTo' canCompare kdTreeA kdTreeB = go
|
||||
-- Return Nothing if their indices don't match
|
||||
guard (j == j')
|
||||
pure $!
|
||||
-- put (i, IntMap.delete i unmappedA, IntMap.delete j unmappedB)
|
||||
These (i, a) (j, b) : go i restUnmappedA restUnmappedB
|
||||
|
||||
isNearAndComparableTo :: ComparabilityRelation syntax ann1 ann2 -> Int -> Term syntax ann2 -> UnmappedTerm syntax ann1 -> Bool
|
||||
|
Loading…
Reference in New Issue
Block a user