Skip to content

Commit 0d2787f

Browse files
authored
[NFC] Remove extraneous comment. (#20567)
1 parent e379ab9 commit 0d2787f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3569,7 +3569,6 @@ performMemberLookup(ConstraintKind constraintKind, DeclName memberName,
35693569
constraintKind == ConstraintKind::ValueMember &&
35703570
memberName.isSimpleName() && !memberName.isSpecial()) {
35713571
auto name = memberName.getBaseIdentifier();
3572-
// TC.extract
35733572
if (hasDynamicMemberLookupAttribute(instanceTy, DynamicMemberLookupCache)) {
35743573
auto &ctx = getASTContext();
35753574

0 commit comments

Comments
 (0)