From 8c7a0c389e2f1ff2be476c9b3c561cab7f9b17e2 Mon Sep 17 00:00:00 2001 From: Ronan Desplanques Date: Thu, 9 Feb 2023 14:07:01 +0100 Subject: [PATCH] ada: Remove outdated part of comment The concept of extended nodes was retired with the introduction of variable-sized node types, but a reference to that concept was left over in a comment. This change removes that reference. gcc/ada/ * atree.ads: Remove outdated part of comment. --- gcc/ada/atree.ads | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads index 50f75cf4d59..329e41954dd 100644 --- a/gcc/ada/atree.ads +++ b/gcc/ada/atree.ads @@ -261,8 +261,7 @@ package Atree is function New_Entity (New_Node_Kind : Node_Kind; New_Sloc : Source_Ptr) return Entity_Id; - -- Similar to New_Node, except that it is used only for entity nodes - -- and returns an extended node. + -- Similar to New_Node, except that it is used only for entity nodes. procedure Set_Comes_From_Source_Default (Default : Boolean); -- Sets value of Comes_From_Source flag to be used in all subsequent -- 2.11.4.GIT