Skip to content

Commit b800f86

Browse files
committed
Remove comment
1 parent 7a3397f commit b800f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/HashMap/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,7 @@ difference = go 0
18761876
m = b1' .&. negate b1'
18771877
nextB1' = b1' .&. complement m
18781878

1879-
(bResult, nChanges) <- goDA 0 0 b1 0 (0 :: Int) -- FIXME: Does this allocate a tuple?
1879+
(bResult, nChanges) <- goDA 0 0 b1 0 (0 :: Int)
18801880
if nChanges == 0
18811881
then pure t1
18821882
else case popCount bResult of

0 commit comments

Comments
 (0)