[commit: ghc] master: Remove the unused opt_StubDeadValues (3d3fef8)

Ian Lynagh <[email protected]>
Newsgroups gmane.comp.lang.haskell.cvs.ghc
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/3d3fef8c31ebb4aa851bfae2fe8ad432b29053a3

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

commit 3d3fef8c31ebb4aa851bfae2fe8ad432b29053a3
Author: Ian Lynagh <[email protected]>
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")
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.