[Ada] Minor: remove a ??? comment

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.

From-SVN: r274460
This commit is contained in:
Bob Duff 2019-08-14 09:51:52 +00:00 committed by Pierre-Marie de Rodat
parent 0984258e47
commit 6d0ca6acd0
2 changed files with 4 additions and 1 deletions

View 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.

View 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.