@@ -542,8 +542,6 @@ ERROR(sil_objc_with_tail_elements,none,
542
542
" alloc_ref [objc] cannot have tail allocated elements" , ())
543
543
ERROR(found_unqualified_instruction_in_qualified_function,none,
544
544
" found unqualified instruction in qualified function '%0'" , (StringRef))
545
- ERROR(sil_unknown_access_kind_or_enforcement,none,
546
- " expected access kind or enforcement" , ())
547
545
ERROR(sil_expected_access_kind,none,
548
546
" %0 instruction must have explicit access kind" , (StringRef))
549
547
ERROR(sil_expected_access_enforcement,none,
@@ -1172,8 +1170,6 @@ ERROR(expr_keypath_expected_property_or_type,PointsToFirstBadToken,
1172
1170
" expected property or type name within '#keyPath(...)'" , ())
1173
1171
ERROR(expr_keypath_expected_rparen,PointsToFirstBadToken,
1174
1172
" expected ')' to complete '#keyPath' expression" , ())
1175
- ERROR(expr_keypath_compound_name,none,
1176
- " cannot use compound name %0 in '#keyPath' expression" , (DeclName))
1177
1173
1178
1174
// Selector expressions.
1179
1175
ERROR(expr_selector_expected_lparen,PointsToFirstBadToken,
0 commit comments