diff options
Diffstat (limited to 'gcc/ada/a-ciorma.ads')
-rw-r--r-- | gcc/ada/a-ciorma.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/a-ciorma.ads b/gcc/ada/a-ciorma.ads index 8f617d1fb7d..4815ebd2e35 100644 --- a/gcc/ada/a-ciorma.ads +++ b/gcc/ada/a-ciorma.ads @@ -39,7 +39,6 @@ with Ada.Finalization; with Ada.Streams; generic - type Key_Type (<>) is private; type Element_Type (<>) is private; @@ -49,7 +48,7 @@ generic with function "=" (Left, Right : Element_Type) return Boolean is <>; package Ada.Containers.Indefinite_Ordered_Maps is -pragma Preelaborate (Indefinite_Ordered_Maps); + pragma Preelaborate; type Map is tagged private; |