From: Arnaud Charlet Date: Mon, 14 Dec 2020 10:25:13 +0000 (-0500) Subject: [Ada] Remove obsolete comment X-Git-Tag: basepoints/gcc-13~8059 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3be1483913399077878b763e732f2c5c7e749d;p=thirdparty%2Fgcc.git [Ada] Remove obsolete comment gcc/ada/ * debug_a.adb (Debug_Output_Astring): Remove obsolete comment. --- diff --git a/gcc/ada/debug_a.adb b/gcc/ada/debug_a.adb index d3a14245af80..083ab7d1c281 100644 --- a/gcc/ada/debug_a.adb +++ b/gcc/ada/debug_a.adb @@ -130,8 +130,6 @@ package body Debug_A is procedure Debug_Output_Astring is Vbars : constant String := "|||||||||||||||||||||||||"; - -- Should be constant, removed because of GNAT 1.78 bug ??? - begin if Debug_A_Depth > Vbars'Length then for I in Vbars'Length .. Debug_A_Depth loop