Skip to content

Commit 4de6375

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents fa88fb5 + 012f8bb commit 4de6375

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/AST/DiagnosticsParse.def

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,10 +1349,6 @@ ERROR(expr_selector_expected_property_expr,PointsToFirstBadToken,
13491349
ERROR(expr_selector_expected_rparen,PointsToFirstBadToken,
13501350
"expected ')' to complete '#selector' expression", ())
13511351

1352-
// Type-of expressions.
1353-
ERROR(expr_dynamictype_deprecated,PointsToFirstBadToken,
1354-
"'.dynamicType' is deprecated. Use 'type(of: ...)' instead", ())
1355-
13561352
// '#assert'
13571353
ERROR(pound_assert_disabled,PointsToFirstBadToken,
13581354
"#assert is an experimental feature that is currently disabled", ())

0 commit comments

Comments
 (0)