diff options
-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 |