From: Pepe Iborra Date: Thu, 4 Oct 2007 20:47:18 +0000 (+0000) Subject: Leftovers from the 1st GHCi debugger prototype X-Git-Tag: 2008-05-28~1160 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=876a71215ce555d1830aacc51076595a835ad699;p=ghc-hetmet.git Leftovers from the 1st GHCi debugger prototype --- diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index f8322f2..9becbb4 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -244,7 +244,6 @@ data DynFlag | Opt_OmitInterfacePragmas | Opt_DoLambdaEtaExpansion | Opt_IgnoreAsserts - | Opt_IgnoreBreakpoints | Opt_DoEtaReduction | Opt_CaseMerge | Opt_UnboxStrictFields @@ -1198,7 +1197,6 @@ fFlags = [ ( "omit-interface-pragmas", Opt_OmitInterfacePragmas ), ( "do-lambda-eta-expansion", Opt_DoLambdaEtaExpansion ), ( "ignore-asserts", Opt_IgnoreAsserts ), - ( "ignore-breakpoints", Opt_IgnoreBreakpoints), ( "do-eta-reduction", Opt_DoEtaReduction ), ( "case-merge", Opt_CaseMerge ), ( "unbox-strict-fields", Opt_UnboxStrictFields ),