From: Ronan Desplanques <[email protected]>
The field Contains_Ignored_Ghost_Code was removed by the transition to
Gen_IL but its einfo.ads documentation stayed around. This patch removes
this documentation.
gcc/ada/ChangeLog:
* einfo.ads (Contains_Ignored_Ghost_Code): Remove documentation.
Tested on x86_64-pc-linux-gnu, committed on master.
---
gcc/ada/einfo.ads | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads
index b0283e2a0b1..f8ea99719e0 100644
--- a/gcc/ada/einfo.ads
+++ b/gcc/ada/einfo.ads
@@ -730,11 +730,6 @@ package Einfo is
-- Component_Type [implementation base type only]
-- Defined in array types and string types. References component type.
--- Contains_Ignored_Ghost_Code
--- Defined in blocks, packages and their bodies, subprograms and their
--- bodies. Set if the entity contains any ignored Ghost code in the form
--- of declaration, procedure call, assignment statement or pragma.
-
-- Continue_Mark
-- Defined in loop entities. It points to the loop's statement after
-- which the label for continue statements must be inserted if one is
--
2.53.0