aboutsummaryrefslogtreecommitdiffstats
path: root/src/tables.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/tables.ads')
-rw-r--r--src/tables.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tables.ads b/src/tables.ads
index b7a4b0344..e8b86d19e 100644
--- a/src/tables.ads
+++ b/src/tables.ads
@@ -39,8 +39,7 @@ generic
package Tables is
package Dyn_Table is new Dyn_Tables (Table_Component_Type,
Table_Index_Type,
- Table_Low_Bound,
- Table_Initial);
+ Table_Low_Bound);
T : Dyn_Table.Instance;