Skip to content

Commit 02d02e0

Browse files
committed
Remove unused code
1 parent 7e57a97 commit 02d02e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/Main.hs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ import Lam.Context ( emptyContext )
1313
import Lam.Handler ( replWrapper, handleFileWrapper )
1414
import Lam.Result
1515

16-
setup :: IO ()
17-
setup = undefined
18-
19-
cleanup :: IO ()
20-
cleanup = undefined
21-
2216
main :: IO ()
2317
main = do
2418
args <- getArgs

0 commit comments

Comments
 (0)