diff options
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r-- | gcc/ada/opt.ads | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index 3ccd630..770debc 100644 --- a/gcc/ada/opt.ads +++ b/gcc/ada/opt.ads @@ -352,15 +352,6 @@ package Opt is -- set True to delete only the files produced by the compiler but not the -- library files or the executable files. - Compiler_Unit : Boolean := False; - -- GNAT1 - -- Set True by an occurrence of pragma Compiler_Unit_Warning (or of the - -- obsolete pragma Compiler_Unit) in the main unit. Once set True, stays - -- True, since any units that are with'ed directly or indirectly by - -- a Compiler_Unit_Warning main unit are subject to the same restrictions. - -- Such units really should have their own pragmas, but we do not bother to - -- check for that, so this transitivity provides extra checking. - Config_File : Boolean := True; -- GNAT -- Set to False to inhibit reading and processing of gnat.adc file |