summaryrefslogtreecommitdiff
path: root/compiler/nativeGen
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-13 14:12:24 +0000
committerIan Lynagh <igloo@earth.li>2010-10-13 14:12:24 +0000
commitc6e8e1a62d01e18f3d58fe58fb2aecd3681b3f2c (patch)
tree56f3397e8259f359e66a223be9ccf9b8c1989e6d /compiler/nativeGen
parent201145f80c2c797badceabd0287cc7f5e98302aa (diff)
downloadhaskell-c6e8e1a62d01e18f3d58fe58fb2aecd3681b3f2c.tar.gz
Fix warning: Remove unused import
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r--compiler/nativeGen/RegAlloc/Graph/SpillClean.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs b/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
index 253cb70c9e..ef4f0887d9 100644
--- a/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
+++ b/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs
@@ -39,7 +39,6 @@ import UniqFM
import Unique
import State
import Outputable
-import Util
import Data.List
import Data.Maybe