[gcc r16-1817] ada: Remove obsolete comment
Marc Poulhies
dkm@gcc.gnu.org
Mon Jun 30 13:51:32 GMT 2025
https://gcc.gnu.org/g:d5a1ff59d8b0eca8693b94b152f9042a577a4965
commit r16-1817-gd5a1ff59d8b0eca8693b94b152f9042a577a4965
Author: Ronan Desplanques <desplanques@adacore.com>
Date: Mon Apr 28 18:04:42 2025 +0200
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:
---
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 0c2cb2cb91db..12b04fd8e880 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);
More information about the Gcc-cvs
mailing list