Skip to content

Commit 6bfa0f7

Browse files
committed
[FOLD] remove outdated comment
1 parent f85c7f5 commit 6bfa0f7

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
@@ -10377,7 +10377,6 @@ Sema::CheckMemberSpecialization(NamedDecl *Member, LookupResult &Previous) {
1037710377
// declarations should be undeduced at this point.
1037810378
if (!Context.hasSameType(Adjusted, Function->getType()))
1037910379
continue;
10380-
// FIXME: What if neither function is more constrained than the other?
1038110380
if (ConstraintSatisfaction Satisfaction;
1038210381
Method->getTrailingRequiresClause() &&
1038310382
(CheckFunctionConstraints(Method, Satisfaction,

0 commit comments

Comments
 (0)