1
1
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:
joshvera 2015-12-10 23:39:05 -05:00
parent 6c423dc3b9
commit 83925fb6f2

View File

@ -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