Skip to content

Commit 012f8bb

Browse files
authored
Merge pull request #39459 from LucianoPAlmeida/minor-fix
[NFC] Remove unused diagnostic from DiagnosticsParse.def
2 parents 0b93c99 + fb1c3c5 commit 012f8bb

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
@@ -1347,10 +1347,6 @@ ERROR(expr_selector_expected_property_expr,PointsToFirstBadToken,
13471347
ERROR(expr_selector_expected_rparen,PointsToFirstBadToken,
13481348
"expected ')' to complete '#selector' expression", ())
13491349

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

0 commit comments

Comments
 (0)