summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-08-09 10:29:36 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-08-09 10:29:36 +0000
commit83c00dae67ab0d442e42be069176211f380fec8d (patch)
treefcb0919472ecf10312041db5aa28a7ecc62bbc77
parentd01e81f7a30637abd5d12050c264aca2440cbc61 (diff)
downloadhaskell-83c00dae67ab0d442e42be069176211f380fec8d.tar.gz
remove debugging code accidentally left in
-rw-r--r--compiler/deSugar/Desugar.lhs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/deSugar/Desugar.lhs b/compiler/deSugar/Desugar.lhs
index 7b3847ecde..56741a2621 100644
--- a/compiler/deSugar/Desugar.lhs
+++ b/compiler/deSugar/Desugar.lhs
@@ -129,12 +129,8 @@ deSugar hsc_env
dir_imp_mods = imp_mods imports
- ; showPass dflags "Desugar 3"
-
; usages <- mkUsageInfo hsc_env dir_imp_mods dep_mods used_names
- ; showPass dflags "Desugar 4"
-
; let
-- Modules don't compare lexicographically usually,
-- but we want them to do so here.