aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2021-12-15 17:14:54 -0500
committerJason Merrill <jason@redhat.com>2021-12-16 22:28:49 -0500
commit871504b0dd5cd023d3a28cf9e5ccbda75928b102 (patch)
tree367ce6147ba30b4afd21c215cd300a56717bc93c /gcc
parenta37e8ce3b66325f0c6de55c80d50ac1664c3d0eb (diff)
downloadgcc-871504b0dd5cd023d3a28cf9e5ccbda75928b102.zip
gcc-871504b0dd5cd023d3a28cf9e5ccbda75928b102.tar.gz
gcc-871504b0dd5cd023d3a28cf9e5ccbda75928b102.tar.bz2
c++: tweak comment
The comment documented a parameter that no longer exists. gcc/cp/ChangeLog: * constraint.cc (deduce_concept_introduction): Adjust comment.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/constraint.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/constraint.cc b/gcc/cp/constraint.cc
index 8e25ae2..8386a7d 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. */