From: Piotr Trojanek Date: Thu, 2 Jun 2022 13:10:46 +0000 (+0200) Subject: [Ada] Remove comment about a long gone formal verification mode X-Git-Tag: basepoints/gcc-14~5736 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b560170323869f7d8406da6c985b0d21b2f7ef3;p=thirdparty%2Fgcc.git [Ada] Remove comment about a long gone formal verification mode Remove outdated a comment about the very first SPARK experiments in GNAT. gcc/ada/ * sem_ch6.adb (Check_Missing_Return): Remove outdated comment. --- diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb index 848c2349200..5a4ba7a9290 100644 --- a/gcc/ada/sem_ch6.adb +++ b/gcc/ada/sem_ch6.adb @@ -2987,9 +2987,7 @@ package body Sem_Ch6 is procedure Check_Missing_Return; -- Checks for a function with a no return statements, and also performs - -- the warning checks implemented by Check_Returns. In formal mode, also - -- verify that a function ends with a RETURN and that a procedure does - -- not contain any RETURN. + -- the warning checks implemented by Check_Returns. function Disambiguate_Spec return Entity_Id; -- When a primitive is declared between the private view and the full