diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2024-05-09 10:49:32 +0200 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2024-06-14 09:34:17 +0200 |
commit | 2ede7e3993c90c16f28358df07ea29cd62e34447 (patch) | |
tree | 2a02e945f41217cab7e7e4a7cb0b13319d41493d | |
parent | e575b5c56137b12d402d9fb39291fe20985067b7 (diff) | |
download | gcc-2ede7e3993c90c16f28358df07ea29cd62e34447.zip gcc-2ede7e3993c90c16f28358df07ea29cd62e34447.tar.gz gcc-2ede7e3993c90c16f28358df07ea29cd62e34447.tar.bz2 |
ada: Remove unused name of aspect from Snames
gcc/ada/
* snames.ads-tmpl (Name_Storage_Model): Delete.
-rw-r--r-- | gcc/ada/snames.ads-tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/snames.ads-tmpl b/gcc/ada/snames.ads-tmpl index 6cc6656..699b8df 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 + $; |