[Frontend] Remove TypeWrappers flag and associated attributes

This commit is contained in:
Pavel Yaskevich
2023-02-08 09:27:07 -08:00
parent e2b22d9f62
commit 61ab4d539d
2 changed files with 0 additions and 15 deletions

View File

@@ -692,11 +692,6 @@ DECL_ATTR_KINDS = [
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove,
code=133),
SimpleDeclAttribute('typeWrapper', 'TypeWrapper',
OnStruct, OnClass, OnEnum,
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove, # noqa: E501
code=134),
SimpleDeclAttribute('_spiOnly', 'SPIOnly',
OnImport, UserInaccessible,
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove, # noqa: E501
@@ -706,11 +701,6 @@ DECL_ATTR_KINDS = [
APIBreakingToAdd, APIStableToRemove, ABIStableToAdd, ABIStableToRemove, # noqa: E501
code=136),
SimpleDeclAttribute('typeWrapperIgnored', 'TypeWrapperIgnored',
OnVar,
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove, # noqa: E501
code=137),
SimpleDeclAttribute('_noMetadata', 'NoMetadata',
OnGenericTypeParam,
UserInaccessible,