[commit: ghc] master: Delete commented-out line (76024fd)
git at git.haskell.org
git at git.haskell.org
Mon May 18 12:45:31 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/76024fdbad0f6daedd8757b974eace3314bd4eec/ghc
>---------------------------------------------------------------
commit 76024fdbad0f6daedd8757b974eace3314bd4eec
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon May 11 23:00:45 2015 +0100
Delete commented-out line
>---------------------------------------------------------------
76024fdbad0f6daedd8757b974eace3314bd4eec
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