From: Jason Merrill Date: Wed, 15 Dec 2021 22:14:54 +0000 (-0500) Subject: c++: tweak comment X-Git-Tag: basepoints/gcc-13~2284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871504b0dd5cd023d3a28cf9e5ccbda75928b102;p=thirdparty%2Fgcc.git c++: tweak comment The comment documented a parameter that no longer exists. gcc/cp/ChangeLog: * constraint.cc (deduce_concept_introduction): Adjust comment. --- diff --git a/gcc/cp/constraint.cc b/gcc/cp/constraint.cc index 8e25ae236702..8386a7dd411c 100644 --- a/gcc/cp/constraint.cc +++ b/gcc/cp/constraint.cc @@ -450,8 +450,6 @@ deduce_concept_introduction (tree check) /* Build a constrained placeholder type where SPEC is a type-constraint. SPEC can be anything were concept_definition_p is true. - If DECLTYPE_P is true, then the placeholder is decltype(auto). - Returns a pair whose FIRST is the concept being checked and whose SECOND is the prototype parameter. */