[project @ 2003-09-16 13:03:37 by simonmar]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsDecls.lhs
index 001d4f8..d5e9c07 100644 (file)
@@ -794,8 +794,6 @@ instance Outputable ForeignImport where
        pprLib lib <> ppr lbl
       pprCEntity header lib (CFunction (DynamicTarget)) = 
         ptext SLIT("dynamic")
-      pprCEntity header lib (CFunction (CasmTarget _)) = 
-        panic "HsDecls.pprCEntity: malformed C function target"
       pprCEntity _      _   (CWrapper) = ptext SLIT("wrapper")
       --
       pprLib lib | nullFastString lib = empty