https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119437
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Simon Martin <simar...@gcc.gnu.org>: https://gcc.gnu.org/g:20c2fc676050ebfcd62af50dad08cd2d2736d1e8 commit r16-386-g20c2fc676050ebfcd62af50dad08cd2d2736d1e8 Author: Simon Martin <si...@nasilyan.com> Date: Mon May 5 10:37:52 2025 +0200 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.