]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Minor: remove a ??? comment
authorpmderodat <pmderodat@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Aug 2019 09:51:52 +0000 (09:51 +0000)
committerpmderodat <pmderodat@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Aug 2019 09:51:52 +0000 (09:51 +0000)
Minor: remove the ??? comment for the Inside_A_Generic flag. The current
name is clear and concise, even though we are noun-ing the adjective
"generic".

2019-08-14  Bob Duff  <duff@adacore.com>

gcc/ada/

* sem.ads (Inside_A_Generic): Remove the ??? comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@274460 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/sem.ads

index 8f981a84d7a6de8fa2aa1b301edd07f1bc20c9cb..42d342fe876969c6b88c54e77993c2046d8293f7 100644 (file)
@@ -1,3 +1,7 @@
+2019-08-14  Bob Duff  <duff@adacore.com>
+
+       * sem.ads (Inside_A_Generic): Remove the ??? comment.
+
 2019-08-14  Eric Botcazou  <ebotcazou@adacore.com>
 
        * inline.ads (Pending_Descriptor): Delete.
index 9fbe86a0533921076d1261d26d43fb467e21518f..0c3e6c22a9ab70029c604e6f43821f03ece7846b 100644 (file)
@@ -275,7 +275,6 @@ package Sem is
    --  flag is False to disable any code expansion (see package Expander). Only
    --  the generic processing can modify the status of this flag, any other
    --  client should regard it as read-only.
-   --  Probably should be called Inside_A_Generic_Template ???
 
    Inside_Freezing_Actions : Nat := 0;
    --  Flag indicating whether we are within a call to Expand_N_Freeze_Actions.