From: Ronan Desplanques Date: Mon, 28 Apr 2025 16:04:42 +0000 (+0200) Subject: ada: Remove obsolete comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5a1ff59d8b0eca8693b94b152f9042a577a4965;p=thirdparty%2Fgcc.git ada: Remove obsolete comment This patch removes a comment that was left over when an exception declaration was removed. gcc/ada/ChangeLog: * sem_ch5.adb (Analyze_Loop_Statement): Remove obsolete comment. --- diff --git a/gcc/ada/sem_ch5.adb b/gcc/ada/sem_ch5.adb index 0c2cb2cb91d..12b04fd8e88 100644 --- a/gcc/ada/sem_ch5.adb +++ b/gcc/ada/sem_ch5.adb @@ -3561,10 +3561,6 @@ package body Sem_Ch5 is ---------------------------- procedure Analyze_Loop_Statement (N : Node_Id) is - - -- The following exception is raised by routine Prepare_Loop_Statement - -- to avoid further analysis of a transformed loop. - procedure Prepare_Loop_Statement (Iter : Node_Id; Stop_Processing : out Boolean);