diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-03 22:42:07 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-03 22:42:07 +0100 |
commit | af4f98719e48cbb891bfb6e1c04c577649f32760 (patch) | |
tree | b81b9024c1c0910753b5619bbd1daf67def5dca6 /compiler/main/StaticFlagParser.hs | |
parent | 056b27b46424ef92ae4e21352b3330d0bf83c03a (diff) | |
download | haskell-af4f98719e48cbb891bfb6e1c04c577649f32760.tar.gz |
Remove unused -dopt-fuel
Diffstat (limited to 'compiler/main/StaticFlagParser.hs')
-rw-r--r-- | compiler/main/StaticFlagParser.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/main/StaticFlagParser.hs b/compiler/main/StaticFlagParser.hs index 4e98499d71..36b32fa45f 100644 --- a/compiler/main/StaticFlagParser.hs +++ b/compiler/main/StaticFlagParser.hs @@ -100,7 +100,6 @@ flagsStatic = [ , Flag "dsuppress-idinfo" (PassFlag addOpt) , Flag "dsuppress-var-kinds" (PassFlag addOpt) , Flag "dsuppress-type-signatures" (PassFlag addOpt) - , Flag "dopt-fuel" (AnySuffix addOpt) , Flag "dno-debug-output" (PassFlag addOpt) -- rest of the debugging flags are dynamic |