1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00

Remove unused comment

This commit is contained in:
joshvera 2016-08-17 16:35:48 -04:00
parent 2df90eada7
commit 2c04be022d

View File

@ -62,7 +62,6 @@ rws compare as bs
constantTimeEditDistance key a = fromMaybe (maxBound :: Int) $ diffCostOfMaybes . cutoff 10 <$> compare (term key) (term a)
-- ((== termIndex ) . termIndex)
insertion previous unmappedA unmappedB kv@(UnmappedTerm _ _ b) = do
put (previous, unmappedA, List.delete kv unmappedB)
pure (negate 1, inserting b)