]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++: Remove obsolete prototype
authorSimon Martin <simon@nasilyan.com>
Mon, 5 May 2025 08:37:52 +0000 (10:37 +0200)
committerSimon Martin <simon@nasilyan.com>
Mon, 5 May 2025 08:52:56 +0000 (10:52 +0200)
commit20c2fc676050ebfcd62af50dad08cd2d2736d1e8
tree41f666f43c8e71cd782e99778dc5f1c5af788865
parentc9982eec2d3edc5306291d4628f08825ba46d483
c++: Remove obsolete prototype

I noticed while investigating PR c++/119437 that r8-2724-g88b811bd290630
removed parsing_default_capturing_generic_lambda_in_template but not its
prototype in cp-tree.h.

This patch fixes this.

gcc/cp/ChangeLog:

* cp-tree.h (parsing_default_capturing_generic_lambda_in_template):
Remove obsolete prototype.
gcc/cp/cp-tree.h