codegen: handle exceptions of a method
[mate.git] / Mate / Utilities.hs
index 612bbf42231c88d9137ecabab432c323e9449a27..43e264ce76877fa0b5d3c4fc5f9c10da7803ec35 100644 (file)
@@ -1,4 +1,3 @@
-{-# LANGUAGE CPP #-}
 {-# LANGUAGE OverloadedStrings #-}
 module Mate.Utilities where
 
@@ -14,7 +13,6 @@ import JVM.ClassFile
 import Mate.Types
 import Mate.NativeSizes
 
-
 buildMethodID :: Class Direct -> Word16 -> MethodInfo
 buildMethodID cls idx = MethodInfo (ntName nt) rc (ntSignature nt)
   where