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:
parent
2e81d0779a
commit
62238923f5
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user