aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-cbsyqu.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-cbsyqu.ads')
-rw-r--r--gcc/ada/a-cbsyqu.ads4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/a-cbsyqu.ads b/gcc/ada/a-cbsyqu.ads
index 8d25359..17b0a5a 100644
--- a/gcc/ada/a-cbsyqu.ads
+++ b/gcc/ada/a-cbsyqu.ads
@@ -83,9 +83,7 @@ package Ada.Containers.Bounded_Synchronized_Queues is
protected type Queue
(Capacity : Count_Type := Default_Capacity;
Ceiling : System.Any_Priority := Default_Ceiling)
- -- ???
- -- with Priority => Ceiling is new Queue_Interfaces.Queue with
- is new Queue_Interfaces.Queue with
+ with Priority => Ceiling is new Queue_Interfaces.Queue with
overriding
entry Enqueue (New_Item : Queue_Interfaces.Element_Type);