[commit: ghc] wip/sgraf-unused-imports: Remove unused imports (6e0a2f7)

git at git.haskell.org git at git.haskell.org
Thu Jan 31 04:24:44 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/sgraf-unused-imports
Link       : http://ghc.haskell.org/trac/ghc/changeset/6e0a2f7b130e9633438185f93b22d5e9ca43975c/ghc

>---------------------------------------------------------------

commit 6e0a2f7b130e9633438185f93b22d5e9ca43975c
Author: Sebastian Graf <sebastian.graf at kit.edu>
Date:   Wed Jan 30 13:59:10 2019 +0100

    Remove unused imports


>---------------------------------------------------------------

6e0a2f7b130e9633438185f93b22d5e9ca43975c
 compiler/nativeGen/X86/RegInfo.hs | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/compiler/nativeGen/X86/RegInfo.hs b/compiler/nativeGen/X86/RegInfo.hs
index 7ca0c0c..339fdd7 100644
--- a/compiler/nativeGen/X86/RegInfo.hs
+++ b/compiler/nativeGen/X86/RegInfo.hs
@@ -21,9 +21,6 @@ import Unique
 import UniqFM
 import X86.Regs
 
-import Debug.Trace
-import Numeric (showHex)
-
 
 mkVirtualReg :: Unique -> Format -> VirtualReg
 mkVirtualReg u format



More information about the ghc-commits mailing list