Remove unused imports
[ghc-hetmet.git] / compiler / cmm / CmmCallConv.hs
index 64af09d..a49fa65 100644 (file)
@@ -15,7 +15,6 @@ import ZipCfgCmmRep (Convention(..))
 import Constants
 import StaticFlags (opt_Unregisterised)
 import Outputable
-import Panic
 
 -- Calculate the 'GlobalReg' or stack locations for function call
 -- parameters as used by the Cmm calling convention.