aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/a-cbdlli.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/a-cbdlli.ads')
-rw-r--r--gcc/ada/libgnat/a-cbdlli.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/a-cbdlli.ads b/gcc/ada/libgnat/a-cbdlli.ads
index 7f16368..7e8627a 100644
--- a/gcc/ada/libgnat/a-cbdlli.ads
+++ b/gcc/ada/libgnat/a-cbdlli.ads
@@ -274,7 +274,7 @@ private
type Node_Array is array (Count_Type range <>) of Node_Type;
type List (Capacity : Count_Type) is tagged record
- Nodes : Node_Array (1 .. Capacity) := (others => <>);
+ Nodes : Node_Array (1 .. Capacity);
Free : Count_Type'Base := -1;
First : Count_Type := 0;
Last : Count_Type := 0;