From: Ronan Desplanques <desplanq...@adacore.com>

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.

Tested on x86_64-pc-linux-gnu, committed on master.

---
 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.43.0

Reply via email to