From: Liaiss Merzougue Date: Mon, 21 Aug 2023 08:58:10 +0000 (+0000) Subject: ada: Remove TBC comment, no more needed X-Git-Tag: basepoints/gcc-15~6449 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea271bd907d91f6b417918677bd286b4c16d3440;p=thirdparty%2Fgcc.git ada: Remove TBC comment, no more needed gcc/ada/ * libgnat/s-imguti.adb: Remove comment. --- diff --git a/gcc/ada/libgnat/s-imguti.adb b/gcc/ada/libgnat/s-imguti.adb index 2e69e630c8a5..4b9e27a7d8f1 100644 --- a/gcc/ada/libgnat/s-imguti.adb +++ b/gcc/ada/libgnat/s-imguti.adb @@ -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;