[gcc r15-1310] ada: Remove unused name of aspect from Snames
Marc Poulhi?s
dkm@gcc.gnu.org
Fri Jun 14 07:36:14 GMT 2024
https://gcc.gnu.org/g:2ede7e3993c90c16f28358df07ea29cd62e34447
commit r15-1310-g2ede7e3993c90c16f28358df07ea29cd62e34447
Author: Eric Botcazou <ebotcazou@adacore.com>
Date: Thu May 9 10:49:32 2024 +0200
ada: Remove unused name of aspect from Snames
gcc/ada/
* snames.ads-tmpl (Name_Storage_Model): Delete.
Diff:
---
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 6cc665669072..699b8df58515 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 + $;
More information about the Gcc-cvs
mailing list