diff options
Diffstat (limited to 'gcc/ada/table.ads')
-rw-r--r-- | gcc/ada/table.ads | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/table.ads b/gcc/ada/table.ads index 22e9172..623ce14 100644 --- a/gcc/ada/table.ads +++ b/gcc/ada/table.ads @@ -223,9 +223,6 @@ package Table is -- the official interfaces (since a modification to Last may require a -- reallocation of the table). - Max : Int; - -- Subscript of the maximum entry in the currently allocated table - type Saved_Table is record Last_Val : Int; Max : Int; |