Skip to content

Commit b88d161

Browse files
committed
[FOLD] remove outdated comment
1 parent 342b06c commit b88d161

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaTemplate.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10419,7 +10419,6 @@ Sema::CheckMemberSpecialization(NamedDecl *Member, LookupResult &Previous) {
1041910419
// declarations should be undeduced at this point.
1042010420
if (!Context.hasSameType(Adjusted, Function->getType()))
1042110421
continue;
10422-
// FIXME: What if neither function is more constrained than the other?
1042310422
if (ConstraintSatisfaction Satisfaction;
1042410423
Method->getTrailingRequiresClause() &&
1042510424
(CheckFunctionConstraints(Method, Satisfaction,

0 commit comments

Comments
 (0)