diff options
Diffstat (limited to 'gcc/ada/stringt.adb')
-rw-r--r-- | gcc/ada/stringt.adb | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/gcc/ada/stringt.adb b/gcc/ada/stringt.adb index 545705a..35e9028 100644 --- a/gcc/ada/stringt.adb +++ b/gcc/ada/stringt.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- -- @@ -360,26 +360,6 @@ package body Stringt is return To_String (Buf); end To_String; - --------------- - -- Tree_Read -- - --------------- - - procedure Tree_Read is - begin - String_Chars.Tree_Read; - Strings.Tree_Read; - end Tree_Read; - - ---------------- - -- Tree_Write -- - ---------------- - - procedure Tree_Write is - begin - String_Chars.Tree_Write; - Strings.Tree_Write; - end Tree_Write; - ------------ -- Unlock -- ------------ |