Cleanup some dead code

This commit is contained in:
Daniel Gröber
2015-09-15 05:25:29 +02:00
parent 0b2a3458fd
commit 5af2c939b3
3 changed files with 10 additions and 66 deletions

View File

@@ -86,4 +86,4 @@ readStack args = do
lift $ flip gcatch (\(e :: IOError) -> exToErr e) $ do
liftIO $ evaluate =<< readProc stack args ""
where
exToErr = throw . GMEStackBootrap . show
exToErr = throw . GMEStackBootstrap . GMEString . show