Skip to content
Snippets Groups Projects
Commit ba6cac82 authored by Patrick Palka's avatar Patrick Palka
Browse files

c++: remove LAMBDA_EXPR_CAPTURES_THIS_P


This unused accessor is just a simple alias of LAMBDA_EXPR_THIS_CAPTURE
and contrary to its documentation doesn't use TREE_LANG_FLAG_0.  Might
as well remove it.

gcc/cp/ChangeLog:

	* cp-tree.h (LAMBDA_EXPR_CAPTURES_THIS_P): Remove.

Reviewed-by: default avatarJason Merrill <jason@redhat.com>
parent c5667a1e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment