aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Duff <duff@adacore.com>2019-08-14 09:51:52 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-08-14 09:51:52 +0000
commit6d0ca6acd0616ddac74d23c0bec3791e6c721142 (patch)
tree99b82c5a915096ad97ead4b9183a9023963fb83d
parent0984258e474b6f071a995579fe5896d13fe2d58a (diff)
downloadgcc-6d0ca6acd0616ddac74d23c0bec3791e6c721142.zip
gcc-6d0ca6acd0616ddac74d23c0bec3791e6c721142.tar.gz
gcc-6d0ca6acd0616ddac74d23c0bec3791e6c721142.tar.bz2
[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
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/sem.ads1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 8f981a8..42d342f 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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.
diff --git a/gcc/ada/sem.ads b/gcc/ada/sem.ads
index 9fbe86a..0c3e6c2 100644
--- a/gcc/ada/sem.ads
+++ b/gcc/ada/sem.ads
@@ -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.