From: Ronan Desplanques Date: Tue, 9 Sep 2025 08:21:12 +0000 (+0200) Subject: ada: Remove comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=600e85df55a2372f9af9e0eda0a62cb196f8ea7a;p=thirdparty%2Fgcc.git ada: Remove comment 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. --- diff --git a/gcc/ada/aspects.ads b/gcc/ada/aspects.ads index 2871f318b3e..0c98ab8ee81 100644 --- a/gcc/ada/aspects.ads +++ b/gcc/ada/aspects.ads @@ -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 :=