]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Remove a no-longer-correct comment
authorSteve Baird <baird@adacore.com>
Wed, 24 Aug 2022 16:11:02 +0000 (09:11 -0700)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 12 Sep 2022 08:16:50 +0000 (10:16 +0200)
Remove a comment about the former use of the -gnatd9 switch (that switch is
now unused).

gcc/ada/

* debug.adb: remove a comment.

gcc/ada/debug.adb

index b67103a0ff34a545afe636a2256c0ae486e6b294..475a123d03648162b779311a6438c3e8b5b97438 100644 (file)
@@ -1089,9 +1089,6 @@ package body Debug is
    --       opposite endianness from the actual correct value. Useful in
    --       testing out code generation from the packed routines.
 
-   --  d9   This allows lock free implementation for protected objects
-   --       (see Exp_Ch9).
-
    --  d.1  Sets Opt.Unnest_Subprogram_Mode to enable unnesting of subprograms.
    --       This special pass does not actually unnest things, but it ensures
    --       that a nested procedure does not contain any uplevel references.