From 78e55cb0e0d8c252e87df296e58d3cea385b3c3d Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Sat, 8 Sep 2007 14:27:12 +0000 Subject: [PATCH] We seem to use Outputable unconditionally these days MERGE TO STABLE --- compiler/ghci/ByteCodeLink.lhs | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/ghci/ByteCodeLink.lhs b/compiler/ghci/ByteCodeLink.lhs index 6310c34..939b9b6 100644 --- a/compiler/ghci/ByteCodeLink.lhs +++ b/compiler/ghci/ByteCodeLink.lhs @@ -34,10 +34,7 @@ import Module import PackageConfig import FastString import Panic - -#ifdef DEBUG import Outputable -#endif -- Standard libraries import GHC.Word ( Word(..) ) -- 1.7.10.4