diff options
Diffstat (limited to 'gcc/ada/elists.adb')
-rw-r--r-- | gcc/ada/elists.adb | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/gcc/ada/elists.adb b/gcc/ada/elists.adb index 9294cbd..90bcd2e 100644 --- a/gcc/ada/elists.adb +++ b/gcc/ada/elists.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2019, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2020, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -580,26 +580,6 @@ package body Elists is Elmts.Table (Elmt).Node := New_Node; end Replace_Elmt; - --------------- - -- Tree_Read -- - --------------- - - procedure Tree_Read is - begin - Elists.Tree_Read; - Elmts.Tree_Read; - end Tree_Read; - - ---------------- - -- Tree_Write -- - ---------------- - - procedure Tree_Write is - begin - Elists.Tree_Write; - Elmts.Tree_Write; - end Tree_Write; - ------------ -- Unlock -- ------------ |