]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Remove comment
authorRonan Desplanques <desplanques@adacore.com>
Tue, 9 Sep 2025 08:21:12 +0000 (10:21 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Fri, 19 Sep 2025 09:26:10 +0000 (11:26 +0200)
The comment this patch removes was about representation aspects but it
was placed above Operational_Aspect. The comment in itself was not very
helpful either since operational aspects, for example, are also needed
during expansion and code generation.

gcc/ada/ChangeLog:

* aspects.ads: Remove comment.

gcc/ada/aspects.ads

index 2871f318b3e590253e8243bec23289624171f000..0c98ab8ee81352463090fd716c07c718e1fd305a 100644 (file)
@@ -369,9 +369,7 @@ package Aspects is
       others                            => False);
 
    --  The following array indicates aspects that specify operational
-   --  characteristics, and thus are view-specific. Representation
-   --  aspects break privacy, as they are needed during expansion and
-   --  code generation.
+   --  characteristics, and thus are view-specific.
    --  List is currently incomplete ???
 
    Operational_Aspect : constant array (Aspect_Id) of Boolean :=