From 2ede7e3993c90c16f28358df07ea29cd62e34447 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Thu, 9 May 2024 10:49:32 +0200 Subject: [PATCH] ada: Remove unused name of aspect from Snames gcc/ada/ * snames.ads-tmpl (Name_Storage_Model): Delete. --- gcc/ada/snames.ads-tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/ada/snames.ads-tmpl b/gcc/ada/snames.ads-tmpl index 6cc66566907..699b8df5851 100644 --- a/gcc/ada/snames.ads-tmpl +++ b/gcc/ada/snames.ads-tmpl @@ -165,7 +165,6 @@ package Snames is Name_Relaxed_Initialization : constant Name_Id := N + $; Name_Stable_Properties : constant Name_Id := N + $; Name_Static_Predicate : constant Name_Id := N + $; - Name_Storage_Model : constant Name_Id := N + $; Name_Storage_Model_Type : constant Name_Id := N + $; Name_String_Literal : constant Name_Id := N + $; Name_Synchronization : constant Name_Id := N + $; -- 2.47.2