1
1
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:
Rob Rix 2017-10-23 16:13:46 -04:00
parent 44e58494af
commit 2be26f291a

View File

@ -192,7 +192,6 @@ findNearestNeighbourTo' canCompare kdTreeA kdTreeB = go
-- Return Nothing if their indices don't match -- Return Nothing if their indices don't match
guard (j == j') guard (j == j')
pure $! pure $!
-- put (i, IntMap.delete i unmappedA, IntMap.delete j unmappedB)
These (i, a) (j, b) : go i restUnmappedA restUnmappedB These (i, a) (j, b) : go i restUnmappedA restUnmappedB
isNearAndComparableTo :: ComparabilityRelation syntax ann1 ann2 -> Int -> Term syntax ann2 -> UnmappedTerm syntax ann1 -> Bool isNearAndComparableTo :: ComparabilityRelation syntax ann1 ann2 -> Int -> Term syntax ann2 -> UnmappedTerm syntax ann1 -> Bool