From: simonpj@microsoft.com Date: Mon, 8 Feb 2010 16:57:56 +0000 (+0000) Subject: Remove redundant import X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1fff830f99397616cbe68706b63d86da6bfdd173 Remove redundant import --- diff --git a/compiler/utils/Util.lhs b/compiler/utils/Util.lhs index 81fc0fe..c5a826a 100644 --- a/compiler/utils/Util.lhs +++ b/compiler/utils/Util.lhs @@ -88,7 +88,6 @@ import Data.List hiding (group) import Control.Concurrent.MVar ( MVar, newMVar, newEmptyMVar ) #ifdef DEBUG -import qualified Data.List as List ( elem, notElem ) import FastTypes #endif