diff options
author | simonpj@microsoft.com <unknown> | 2010-02-08 16:57:56 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2010-02-08 16:57:56 +0000 |
commit | 1fff830f99397616cbe68706b63d86da6bfdd173 (patch) | |
tree | ca71ea08a9b3ffdbb49f8a8917a801e0984fd7eb /compiler/utils/Util.lhs | |
parent | 9a977e72a47a0e0c2a8bbf254f8b85609f0937f9 (diff) | |
download | haskell-1fff830f99397616cbe68706b63d86da6bfdd173.tar.gz |
Remove redundant import
Diffstat (limited to 'compiler/utils/Util.lhs')
-rw-r--r-- | compiler/utils/Util.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/utils/Util.lhs b/compiler/utils/Util.lhs index 81fc0fe873..c5a826a482 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 |