diff options
author | Arnaud Charlet <charlet@adacore.com> | 2020-12-14 05:25:13 -0500 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-04-29 04:00:43 -0400 |
commit | db3be1483913399077878b763e732f2c5c7e749d (patch) | |
tree | d355da3cbd246dbea34562b61f4262d1eb286250 /gcc | |
parent | dde4086df2a9c2a1a88bfc02b19dffe2e5b4e87d (diff) | |
download | gcc-db3be1483913399077878b763e732f2c5c7e749d.zip gcc-db3be1483913399077878b763e732f2c5c7e749d.tar.gz gcc-db3be1483913399077878b763e732f2c5c7e749d.tar.bz2 |
[Ada] Remove obsolete comment
gcc/ada/
* debug_a.adb (Debug_Output_Astring): Remove obsolete comment.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/debug_a.adb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/debug_a.adb b/gcc/ada/debug_a.adb index d3a1424..083ab7d 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 |