From: Mark Mitchell Date: Tue, 24 Jan 2006 08:52:56 +0000 (+0000) Subject: * semantics.c: Remove outdated comment. X-Git-Tag: releases/gcc-4.2.0~4650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4d5576ea698eb188c4a08affa4cc6873ae618b;p=thirdparty%2Fgcc.git * semantics.c: Remove outdated comment. From-SVN: r110164 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ee481d7c1c98..f68f278500de 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2006-01-24 Mark Mitchell + + * semantics.c: Remove outdated comment. + 2006-01-23 Volker Reichelt * cp-tree.h (do_poplevel): Remove prototype. diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 47ff6ea0fedc..4ff4e2610e01 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -51,11 +51,7 @@ /* There routines provide a modular interface to perform many parsing operations. They may therefore be used during actual parsing, or during template instantiation, which may be regarded as a - degenerate form of parsing. Since the current g++ parser is - lacking in several respects, and will be reimplemented, we are - attempting to move most code that is not directly related to - parsing into this file; that will make implementing the new parser - much easier since it will be able to make use of these routines. */ + degenerate form of parsing. */ static tree do_poplevel (tree); static tree maybe_convert_cond (tree);