aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2017-12-01 15:44:52 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 14:10:26 +0100
commit6f421af602bf1e2c080e41461004e0101381cacb (patch)
tree3c9515cc102e91ef4cd78d33636142d4ed2dabd8 /tests
parent70db4d93c48565bebeade5845d5d8c55fbc19e7a (diff)
Remove commented out code
Diffstat (limited to 'tests')
-rw-r--r--tests/GhcSession.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs
index 11b35ff..772869b 100644
--- a/tests/GhcSession.hs
+++ b/tests/GhcSession.hs
@@ -148,8 +148,3 @@ compileModule ep opts = do
unChModuleName :: ChModuleName -> String
unChModuleName (ChModuleName mn) = mn
-
-#if __GLASGOW_HASKELL__ <= 704
--- instance MonadIO (Ghc a) where
--- liftIO
-#endif