]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Remove unused name of aspect from Snames
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 9 May 2024 08:49:32 +0000 (10:49 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Fri, 14 Jun 2024 07:34:17 +0000 (09:34 +0200)
gcc/ada/

* snames.ads-tmpl (Name_Storage_Model): Delete.

gcc/ada/snames.ads-tmpl

index 6cc665669072e00881ae24cad0e5df307d473c75..699b8df585152af7b5f0f4ff64f774d90d56111a 100644 (file)
@@ -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 + $;