[Ada] Remove obsolete comment
authorArnaud Charlet <charlet@adacore.com>
Mon, 14 Dec 2020 10:25:13 +0000 (05:25 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 29 Apr 2021 08:00:43 +0000 (04:00 -0400)
gcc/ada/

* debug_a.adb (Debug_Output_Astring): Remove obsolete comment.

gcc/ada/debug_a.adb

index d3a14245af8030e0591356adae6e7462929c1965..083ab7d1c281cbce3729d71de1da113ffe7165e7 100644 (file)
@@ -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