public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1060] ada: Remove outdated part of comment
@ 2023-05-22  8:50 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2023-05-22  8:50 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8c7a0c389e2f1ff2be476c9b3c561cab7f9b17e2

commit r14-1060-g8c7a0c389e2f1ff2be476c9b3c561cab7f9b17e2
Author: Ronan Desplanques <desplanques@adacore.com>
Date:   Thu Feb 9 14:07:01 2023 +0100

    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:
---
 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-22  8:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22  8:50 [gcc r14-1060] ada: Remove outdated part of comment Marc Poulhi?s

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).