diff options
author | Yannick Moy <moy@adacore.com> | 2011-08-02 15:10:17 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-02 17:10:17 +0200 |
commit | 2ba431e53edd2d06e5040a585454680990935d9d (patch) | |
tree | 17782362e9211837a9f24856f0f7c0d5c803a897 /gcc/ada/opt.ads | |
parent | 0f85303509461f48131fcd3c34d1c159b6771dd1 (diff) | |
download | gcc-2ba431e53edd2d06e5040a585454680990935d9d.tar.gz |
sem_aggr.adb, [...]: cleanup of SPARK mode
2011-08-02 Yannick Moy <moy@adacore.com>
* sem_aggr.adb, err_vars.ads, sem_ch3.adb, sem_ch5.adb, sem_ch9.adb,
debug.adb, sem_util.adb, sem_res.adb, sem_attr.adb, gnat1drv.adb,
errout.adb, errout.ads, exp_ch6.adb, sem_ch4.adb, restrict.adb,
restrict.ads, sem_ch6.adb, sem_ch8.adb, sem_ch11.adb,
opt.ads: cleanup of SPARK mode
From-SVN: r177175
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 |