1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 12:21:57 +03:00

Remove an unused function.

This commit is contained in:
Rob Rix 2015-12-07 16:43:32 -05:00
parent 2e81d0779a
commit 62238923f5

View File

@ -87,7 +87,6 @@ diffToRows (Pure (Replace a b)) _ before after = (replacedRows, (leftRange, righ
rowFromMaybeRows a b = Row (join $ Maybe.maybeToList a) (join $ Maybe.maybeToList b)
(leftElements, leftRange) = termToLines a before
(rightElements, rightRange) = termToLines b after
rowWithReplacedLine (Line elements) = Row elements []
newtype Line = Line { unLine :: [HTML] } deriving (Show, Eq)