aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2024-05-09 10:49:32 +0200
committerMarc Poulhiès <poulhies@adacore.com>2024-06-14 09:34:17 +0200
commit2ede7e3993c90c16f28358df07ea29cd62e34447 (patch)
tree2a02e945f41217cab7e7e4a7cb0b13319d41493d /gcc/ada
parente575b5c56137b12d402d9fb39291fe20985067b7 (diff)
downloadgcc-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.
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/snames.ads-tmpl1
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 + $;