From 1fff830f99397616cbe68706b63d86da6bfdd173 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 8 Feb 2010 16:57:56 +0000 Subject: [PATCH] Remove redundant import --- compiler/utils/Util.lhs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4