Skip to content

Commit

Permalink
Fix GHC warning: -Woverlapping-patterns
Browse files Browse the repository at this point in the history
Related: xmonad#537
  • Loading branch information
slotThe committed May 20, 2021
1 parent 25ad725 commit 7894bce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions XMonad/Layout/BinaryColumn.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ columnLayout (BinaryColumn scale min_size) rect stack = zip ws rects
size_next = size - value
in value
: f m_next size_next divide_next True
-- Last item: included twice.
f 0 size _ _noRoomPrev =
[size];
in f
n_init size_init divide_init False
where
Expand Down

0 comments on commit 7894bce

Please sign in to comment.