Remove unused ioref

This commit is contained in:
Vidar Holen 2019-06-23 14:26:18 -07:00
parent 5242e384a1
commit e099625e7d
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ import Data.IORef
import System.Exit import System.Exit
format :: FormatterOptions -> IO Formatter format :: FormatterOptions -> IO Formatter
format options = do format options =
topErrorRef <- newIORef []
return Formatter { return Formatter {
header = return (), header = return (),
footer = return (), footer = return (),