From: Piotr Trojanek Date: Tue, 19 Jan 2021 10:59:57 +0000 (+0100) Subject: [Ada] Remove unused initial value in Read_Library_Info_From_Full X-Git-Tag: upstream/12.2.0~8158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6068795883e8aacc8b0157e19610d34c0ab11ffa;p=platform%2Fupstream%2Fgcc.git [Ada] Remove unused initial value in Read_Library_Info_From_Full gcc/ada/ * osint.adb (Read_Library_Info_From_Full): Cleanup unused initial value. --- diff --git a/gcc/ada/osint.adb b/gcc/ada/osint.adb index 85b631f..d47eaa5 100644 --- a/gcc/ada/osint.adb +++ b/gcc/ada/osint.adb @@ -2564,7 +2564,7 @@ package body Osint is -- Read data from the file declare - Actual_Len : Integer := 0; + Actual_Len : Integer; Lo : constant Text_Ptr := 0; -- Low bound for allocated text buffer