Fix warning: Remove unused import
authorIan Lynagh <igloo@earth.li>
Wed, 13 Oct 2010 14:12:24 +0000 (14:12 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 13 Oct 2010 14:12:24 +0000 (14:12 +0000)
compiler/nativeGen/RegAlloc/Graph/SpillClean.hs

index 253cb70..ef4f088 100644 (file)
@@ -39,7 +39,6 @@ import UniqFM
 import Unique
 import State
 import Outputable
-import Util
 
 import Data.List
 import Data.Maybe