mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
Remove unused comment
This commit is contained in:
parent
2df90eada7
commit
2c04be022d
@ -62,7 +62,6 @@ rws compare as bs
|
|||||||
|
|
||||||
constantTimeEditDistance key a = fromMaybe (maxBound :: Int) $ diffCostOfMaybes . cutoff 10 <$> compare (term key) (term a)
|
constantTimeEditDistance key a = fromMaybe (maxBound :: Int) $ diffCostOfMaybes . cutoff 10 <$> compare (term key) (term a)
|
||||||
|
|
||||||
-- ((== termIndex ) . termIndex)
|
|
||||||
insertion previous unmappedA unmappedB kv@(UnmappedTerm _ _ b) = do
|
insertion previous unmappedA unmappedB kv@(UnmappedTerm _ _ b) = do
|
||||||
put (previous, unmappedA, List.delete kv unmappedB)
|
put (previous, unmappedA, List.delete kv unmappedB)
|
||||||
pure (negate 1, inserting b)
|
pure (negate 1, inserting b)
|
||||||
|
Loading…
Reference in New Issue
Block a user