From e233649d14e174fad9bab3b3bf493bf0d9f10ef6 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 8 May 2011 00:39:05 +0100 Subject: [PATCH] Remove commented out imports --- compiler/ghci/ByteCodeGen.lhs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index f34ac9c..9047fe6 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -30,9 +30,7 @@ import CoreFVs import Type import DataCon import TyCon --- import Type import Util --- import DataCon import Var import VarSet import TysPrim @@ -50,8 +48,6 @@ import Data.List import Foreign import Foreign.C --- import GHC.Exts ( Int(..) ) - import Control.Monad ( when ) import Data.Char -- 1.7.10.4