[project @ 2001-01-29 15:09:34 by simonpj]
authorsimonpj <unknown>
Mon, 29 Jan 2001 15:09:34 +0000 (15:09 +0000)
committersimonpj <unknown>
Mon, 29 Jan 2001 15:09:34 +0000 (15:09 +0000)
Remove trace

ghc/compiler/coreSyn/CoreTidy.lhs

index c985f95..5692636 100644 (file)
@@ -171,8 +171,7 @@ findExternalSet :: [CoreBind] -> [IdCoreRule]
                -> IdEnv Bool   -- True <=> show unfolding
        -- Step 1 from the notes above
 findExternalSet binds orphan_rules
-  = pprTrace "fes" (vcat (map pprIdCoreRule orphan_rules) $$ ppr (varSetElems orphan_rule_ids)) $
-    foldr find init_needed binds
+  = foldr find init_needed binds
   where
     orphan_rule_ids :: IdSet
     orphan_rule_ids = unionVarSets [ ruleSomeFreeVars isIdAndLocal rule