]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Remove TBC comment, no more needed
authorLiaiss Merzougue <merzougue@adacore.com>
Mon, 21 Aug 2023 08:58:10 +0000 (08:58 +0000)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 5 Sep 2023 11:05:15 +0000 (13:05 +0200)
gcc/ada/

* libgnat/s-imguti.adb: Remove comment.

gcc/ada/libgnat/s-imguti.adb

index 2e69e630c8a5dc19c13d830cc5b087443bf076f2..4b9e27a7d8f1c1051715161fc3a3781f20ff050e 100644 (file)
@@ -231,7 +231,6 @@ package body System.Img_Util is
       begin
          pragma Assert (S >= Digs'First and E <= Digs'Last);
          --  S and E should be in the Digs array range
-         --  TBC: Analysis should be completed
          for J in S .. E loop
             Set (Digs (J));
          end loop;