diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2012-07-06 16:09:23 +0100 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2012-07-06 16:49:59 +0100 |
| commit | f3aabb7eae90f68c5f9f22ff0bc7117deb22d57d (patch) | |
| tree | f0cb34272f40c2784ba74cd7a73a9ebf68a4fd12 /compiler | |
| parent | aeaf3df2d745eab8b7fec37cdff44deadba6fed3 (diff) | |
| download | haskell-f3aabb7eae90f68c5f9f22ff0bc7117deb22d57d.tar.gz | |
fix warning
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/nativeGen/RegAlloc/Linear/Main.hs | 1 |
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" |
