diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/constraint.cc | 2 |
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. */ |