From c6e8e1a62d01e18f3d58fe58fb2aecd3681b3f2c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 13 Oct 2010 14:12:24 +0000 Subject: [PATCH] Fix warning: Remove unused import --- compiler/nativeGen/RegAlloc/Graph/SpillClean.hs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4