From d5a1ff59d8b0eca8693b94b152f9042a577a4965 Mon Sep 17 00:00:00 2001 From: Ronan Desplanques Date: Mon, 28 Apr 2025 18:04:42 +0200 Subject: [PATCH] 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. --- gcc/ada/sem_ch5.adb | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.47.2