Skip to content

Commit ef95a33

Browse files
committed
[Parse] Delete incorrect comment. NFC.
1 parent 3d49842 commit ef95a33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Parse/ParseDecl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5357,8 +5357,6 @@ parseDeclProtocol(ParseDeclOptions Flags, DeclAttributes &Attributes) {
53575357
Status |= parseInheritance(InheritedProtocols, &classRequirementLoc);
53585358
}
53595359

5360-
// Parse a 'where' clause if present. These are not supported, but we will
5361-
// get better QoI this way.
53625360
TrailingWhereClause *TrailingWhere = nullptr;
53635361
// Parse a 'where' clause if present.
53645362
if (Tok.is(tok::kw_where)) {

0 commit comments

Comments
 (0)