From: Ronan Desplanques Date: Thu, 9 Feb 2023 13:07:01 +0000 (+0100) Subject: ada: Remove outdated part of comment X-Git-Tag: basepoints/gcc-15~9079 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c7a0c389e2f1ff2be476c9b3c561cab7f9b17e2;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/ada/atree.ads b/gcc/ada/atree.ads index 50f75cf4d594..329e41954ddb 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