X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FsimplCore%2FLiberateCase.lhs;h=94a478afd58504dc8151c7131385f3aac464457c;hb=6858f7c15fcf9efe9e6fdf22de34d0791b0f0c08;hp=15d256f96bb4c28b55a1bac64ab5c233dbd0dc5d;hpb=e0d750bedbd33f7a133c8c82c35fd8db537ab649;p=ghc-hetmet.git diff --git a/ghc/compiler/simplCore/LiberateCase.lhs b/ghc/compiler/simplCore/LiberateCase.lhs index 15d256f..94a478a 100644 --- a/ghc/compiler/simplCore/LiberateCase.lhs +++ b/ghc/compiler/simplCore/LiberateCase.lhs @@ -144,12 +144,6 @@ data LibCaseEnv initEnv :: Int -> LibCaseEnv initEnv bomb_size = LibCaseEnv bomb_size 0 emptyVarEnv emptyVarEnv [] -pprEnv :: LibCaseEnv -> SDoc -pprEnv (LibCaseEnv _ lvl lvl_env _ scruts) - = vcat [text "LibCaseEnv" <+> int lvl, - fsep (map ppr (ufmToList lvl_env)), - fsep (map ppr scruts)] - bombOutSize (LibCaseEnv bomb_size _ _ _ _) = bomb_size \end{code}