From: Ian Lynagh Date: Wed, 13 Oct 2010 14:12:24 +0000 (+0000) Subject: Fix warning: Remove unused import X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c6e8e1a62d01e18f3d58fe58fb2aecd3681b3f2c Fix warning: Remove unused import --- diff --git a/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs b/compiler/nativeGen/RegAlloc/Graph/SpillClean.hs index 253cb70..ef4f088 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