From 600e85df55a2372f9af9e0eda0a62cb196f8ea7a Mon Sep 17 00:00:00 2001 From: Ronan Desplanques Date: Tue, 9 Sep 2025 10:21:12 +0200 Subject: [PATCH] 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. --- gcc/ada/aspects.ads | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 := -- 2.47.3