Skip to content
Snippets Groups Projects
Commit 2576c23a authored by Hans-Peter Deifel's avatar Hans-Peter Deifel
Browse files

Remove commented out code

parent 2bd87321
No related branches found
No related tags found
No related merge requests found
...@@ -399,9 +399,6 @@ groupBy partition b predicate = do ...@@ -399,9 +399,6 @@ groupBy partition b predicate = do
(last,blocks) <- foldM splitAt (b, []) indices (last,blocks) <- foldM splitAt (b, []) indices
-- unless (null indices) $
-- setBlock partition b $ endOffset .~ head indices
return (last:blocks) return (last:blocks)
-- | Freeze the current refinable partition into an immutable one. -- | Freeze the current refinable partition into an immutable one.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment