Skip to content

Commit bf83474

Browse files
Merge pull request #1572 from practicalswift/remove-unused-diagnostic-typealias_generic_list_where
[gardening] Remove unused diagnostic: typealias_generic_list_where
2 parents 60d1294 + daa03f1 commit bf83474

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/AST/DiagnosticsParse.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ ERROR(expected_type_in_typealias,PointsToFirstBadToken,
282282
"expected type in typealias declaration", ())
283283
ERROR(associated_type_generic_parameter_list,PointsToFirstBadToken,
284284
"associated types may not have a generic parameter list", ())
285-
ERROR(typealias_generic_list_where,PointsToFirstBadToken,
286-
"generic argument list for typealias may not have a where clause", ())
287285
ERROR(typealias_generic_list_constraint,PointsToFirstBadToken,
288286
"type parameters may not be constrained in typealias argument list", ())
289287

0 commit comments

Comments
 (0)