Skip to content

Commit cb25a03

Browse files
committed
Remove now-unnecessary expr_swift_keypath_unimplemented_component diagnostic
1 parent 36ee937 commit cb25a03

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)