From db3be1483913399077878b763e732f2c5c7e749d Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 14 Dec 2020 05:25:13 -0500 Subject: [PATCH] [Ada] Remove obsolete comment gcc/ada/ * debug_a.adb (Debug_Output_Astring): Remove obsolete comment. --- gcc/ada/debug_a.adb | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.2