[commit: ghc] master: Remove unused/undocumented flag `-fhpc-no-auto` (8a5d320)

git at git.haskell.org git at git.haskell.org
Wed Mar 4 20:35:08 UTC 2015


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

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

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

commit 8a5d32057fb899810d5fb614e57a319b4a951afc
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Wed Mar 4 21:26:31 2015 +0100

    Remove unused/undocumented flag `-fhpc-no-auto`
    
    Added in 53a5d0b01. Perhaps accidentally? It didn't do anything back then
    either.
    
    Reviewed By: austin
    
    Differential Revision: https://phabricator.haskell.org/D700


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

8a5d32057fb899810d5fb614e57a319b4a951afc
 compiler/main/DynFlags.hs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index ef9b4e6..8d6d429 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -388,7 +388,6 @@ data GeneralFlag
    | Opt_PrintBindResult
    | Opt_Haddock
    | Opt_HaddockOptions
-   | Opt_Hpc_No_Auto
    | Opt_BreakOnException
    | Opt_BreakOnError
    | Opt_PrintEvldWithShow
@@ -2954,7 +2953,6 @@ fFlags = [
   flagSpec "ghci-sandbox"                     Opt_GhciSandbox,
   flagSpec "helpful-errors"                   Opt_HelpfulErrors,
   flagSpec "hpc"                              Opt_Hpc,
-  flagSpec "hpc-no-auto"                      Opt_Hpc_No_Auto,
   flagSpec "ignore-asserts"                   Opt_IgnoreAsserts,
   flagSpec "ignore-interface-pragmas"         Opt_IgnoreInterfacePragmas,
   flagGhciSpec "implicit-import-qualified"    Opt_ImplicitImportQualified,



More information about the ghc-commits mailing list