mirror of
https://github.com/github/semantic.git
synced 2024-12-18 04:11:48 +03:00
Remove unused RowWithLine
This commit is contained in:
parent
6c423dc3b9
commit
83925fb6f2
@ -74,9 +74,6 @@ split diff before after = return . renderHtml
|
||||
numberRows [] row = [(1, row)]
|
||||
numberRows rows@((count, _):_) row = (count + 1, row):rows
|
||||
|
||||
|
||||
|
||||
data RowWithLine = RowWithLine Int Row
|
||||
data Row = Row Line Line
|
||||
deriving Eq
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user