[commit: ghc] master: fix validate-breaking warning (39148b8)

Simon Marlow marlowsd at gmail.com
Wed Jan 23 10:46:37 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/39148b8a8bd7e532ec2f8fffe011e9a0952a5be4

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

commit 39148b8a8bd7e532ec2f8fffe011e9a0952a5be4
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Wed Jan 23 09:27:40 2013 +0000

    fix validate-breaking warning

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

 compiler/llvmGen/LlvmCodeGen/CodeGen.hs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
index a5f5737..2893383 100644
--- a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
+++ b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
@@ -32,7 +32,6 @@ import Unique
 import Util
 
 import Data.List  ( partition )
-import Data.Maybe ( fromMaybe )
 
 type LlvmStatements = OrdList LlvmStatement
 





More information about the ghc-commits mailing list