Remove debugging CmmComment from old code generator.
[ghc-hetmet.git] / compiler / codeGen / CgClosure.lhs
index da44122..d158bf7 100644 (file)
@@ -250,7 +250,6 @@ closureCodeBody _binder_info cl_info cc [{- No args i.e. thunk -}] body = do
                -- in update frame CAF/DICT functions will be
                -- subsumed by this enclosing cc
            { enterCostCentre cl_info cc body
-            ; stmtsC [CmmComment $ mkFastString $ showSDoc $ ppr body]
            ; cgExpr body }
        }