Skip to content

Commit ae2a5cf

Browse files
authored
Merge pull request #18818 from ikesyo/remove-unused-error-diag
Remove now-unnecessary `expr_swift_keypath_unimplemented_component` diagnostic
2 parents 71a2adb + cb25a03 commit ae2a5cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,6 @@ ERROR(expr_swift_keypath_invalid_component,none,
499499
"invalid component of Swift key path", ())
500500
ERROR(expr_swift_keypath_not_starting_with_type,none,
501501
"a Swift key path must begin with a type", ())
502-
ERROR(expr_swift_keypath_unimplemented_component,none,
503-
"key path support for %0 components is not implemented", (StringRef))
504502
ERROR(expr_smart_keypath_value_covert_to_contextual_type,none,
505503
"key path value type %0 cannot be converted to contextual type %1",
506504
(Type, Type))

0 commit comments

Comments
 (0)