summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-07-06 16:09:23 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-07-06 16:49:59 +0100
commitf3aabb7eae90f68c5f9f22ff0bc7117deb22d57d (patch)
treef0cb34272f40c2784ba74cd7a73a9ebf68a4fd12 /compiler
parentaeaf3df2d745eab8b7fec37cdff44deadba6fed3 (diff)
downloadhaskell-f3aabb7eae90f68c5f9f22ff0bc7117deb22d57d.tar.gz
fix warning
Diffstat (limited to 'compiler')
-rw-r--r--compiler/nativeGen/RegAlloc/Linear/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/nativeGen/RegAlloc/Linear/Main.hs b/compiler/nativeGen/RegAlloc/Linear/Main.hs
index 33ee4679ae..44fc8ef896 100644
--- a/compiler/nativeGen/RegAlloc/Linear/Main.hs
+++ b/compiler/nativeGen/RegAlloc/Linear/Main.hs
@@ -118,7 +118,6 @@ import Platform
import Data.Maybe
import Data.List
import Control.Monad
-import Debug.Trace
#include "../includes/stg/MachRegs.h"