diff options
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r-- | gcc/ada/opt.ads | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index 732fc4d97f8..e611c047301 100644 --- a/gcc/ada/opt.ads +++ b/gcc/ada/opt.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2010, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -1870,9 +1870,6 @@ package Opt is -- These modes are currently defined through debug flags - Formal_Verification_Mode : Boolean := False; - -- Set True if ALFA_Mode or SPARK_Mode - ALFA_Mode : Boolean := False; -- Set True if ALFA_Through_SPARK_Mode or else ALFA_Through_Why_Mode |