refactor: use `unsafePerformIO hack' for global var
[mate.git] / Mate.hs
diff --git a/Mate.hs b/Mate.hs
index 0275e81b46e37846a61421ab08869cb73c78d204..02c9969ae55274aef67e84397e2b0d686b57a28f 100644 (file)
--- a/Mate.hs
+++ b/Mate.hs
@@ -23,7 +23,6 @@ main ::  IO ()
 main = do
   args <- getArgs
   register_signal
-  initMethodPool
   case args of
     [clspath] -> do
       let bclspath = B.pack $ map (fromIntegral . ord) clspath