Skip to content

Commit 189b261

Browse files
committed
Remove comment
1 parent f689f49 commit 189b261

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
@@ -979,7 +979,7 @@ two' s h1 lc1 h2 lc2 = go (shiftHash s h1) lc1 (shiftHash s h2) lc2
979979
-- | otherwise = 0
980980
--
981981
-- See https://github.com/haskell-unordered-containers/unordered-containers/issues/75#issuecomment-1128419337
982-
{-# INLINE two' #-} -- Really?!
982+
{-# INLINE two' #-}
983983

984984
-- | \(O(\log n)\) Associate the value with the key in this map. If
985985
-- this map previously contained a mapping for the key, the old value

0 commit comments

Comments
 (0)