]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Remove obsolete comment
authorRonan Desplanques <desplanques@adacore.com>
Mon, 28 Apr 2025 16:04:42 +0000 (18:04 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 30 Jun 2025 13:47:23 +0000 (15:47 +0200)
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

index 0c2cb2cb91db35ee8e6f3ac9fa2227458da1166b..12b04fd8e880bd448c5c8f11887648790eb71bfe 100644 (file)
@@ -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);