[commit: ghc] master: Delete commented-out line (8da785d)

git at git.haskell.org git at git.haskell.org
Wed May 13 08:01:42 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8da785d59f5989b9a9df06386d5bd13f65435bc0/ghc

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

commit 8da785d59f5989b9a9df06386d5bd13f65435bc0
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon May 11 23:00:45 2015 +0100

    Delete commented-out line


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

8da785d59f5989b9a9df06386d5bd13f65435bc0
 compiler/main/StaticFlags.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs
index 914a145..e2876a4 100644
--- a/compiler/main/StaticFlags.hs
+++ b/compiler/main/StaticFlags.hs
@@ -43,7 +43,6 @@ import CmdLineParser
 import FastString
 import SrcLoc
 import Util
--- import Maybes                ( firstJusts )
 import Panic
 
 import Control.Monad



More information about the ghc-commits mailing list