X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FhsSyn%2FHsDecls.lhs;h=d5e9c07f1323147966136a0b92ae9c45605d68ec;hb=2129fa6fc4afd7f7b0c767f8c0c14b9ab5508ec2;hp=001d4f8ada9defc27fc93750568a25e343156f53;hpb=ce42f19f8c840fbe89844471a0d850d310a94556;p=ghc-hetmet.git diff --git a/ghc/compiler/hsSyn/HsDecls.lhs b/ghc/compiler/hsSyn/HsDecls.lhs index 001d4f8..d5e9c07 100644 --- a/ghc/compiler/hsSyn/HsDecls.lhs +++ b/ghc/compiler/hsSyn/HsDecls.lhs @@ -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