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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9a0adc0b01aa62bd605145a555d26645229d5cc1

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

commit 9a0adc0b01aa62bd605145a555d26645229d5cc1
Author: Simon Peyton Jones <[email protected]>
Date:   Sun Dec 4 12:56:03 2011 +0000

    Remove unused import

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

 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 5b9e711..d8507ab 100644
--- a/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
+++ b/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
@@ -28,7 +28,6 @@ import Unique
 import Util
 
 import Data.List ( partition )
-import Control.Monad ( liftM )
 
 
 type LlvmStatements = OrdList LlvmStatement



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to