[commit: ghc] master: Remove the unused opt_StubDeadValues (3d3fef8)
Ian Lynagh
igloo at earth.li
Tue Sep 4 01:49:04 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3d3fef8c31ebb4aa851bfae2fe8ad432b29053a3
>---------------------------------------------------------------
commit 3d3fef8c31ebb4aa851bfae2fe8ad432b29053a3
Author: Ian Lynagh <ian at well-typed.com>
Date: Mon Sep 3 21:49:16 2012 +0100
Remove the unused opt_StubDeadValues
>---------------------------------------------------------------
compiler/main/StaticFlags.hs | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs
index 7b89db8..fac89cf 100644
--- a/compiler/main/StaticFlags.hs
+++ b/compiler/main/StaticFlags.hs
@@ -66,7 +66,6 @@ module StaticFlags (
-- misc opts
opt_ErrorSpans,
opt_HistorySize,
- opt_StubDeadValues,
-- For the parser
addOpt, removeOpt, v_opt_C_ready,
@@ -250,9 +249,6 @@ opt_MaxWorkerArgs = lookup_def_int "-fmax-worker-args" (10::Int)
opt_HistorySize :: Int
opt_HistorySize = lookup_def_int "-fhistory-size" 20
-opt_StubDeadValues :: Bool
-opt_StubDeadValues = lookUp (fsLit "-dstub-dead-values")
-
-- Simplifier switches
opt_SimplNoPreInlining :: Bool
opt_SimplNoPreInlining = lookUp (fsLit "-fno-pre-inlining")
More information about the Cvs-ghc
mailing list