mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-09-21 19:29:29 +08:00
Remove unused ioref
This commit is contained in:
@@ -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 (),
|
||||||
|
Reference in New Issue
Block a user