mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "[AST] Introduce internal attribute '_migration_id'."
This reverts commit 042efbfb26. We're
going to take a different approach to the migration attribute.
This commit is contained in:
@@ -1352,13 +1352,6 @@ namespace decls_block {
|
||||
// strings, separated by the prior index
|
||||
>;
|
||||
|
||||
using MigrationIdDeclAttrLayout = BCRecordLayout<
|
||||
MigrationId_DECL_ATTR,
|
||||
BCVBR<6>, // index at the end of the ident,
|
||||
BCBlob // blob contains the ident and pattern
|
||||
// strings, separated by the prior index
|
||||
>;
|
||||
|
||||
#define SIMPLE_DECL_ATTR(X, CLASS, ...) \
|
||||
using CLASS##DeclAttrLayout = BCRecordLayout< \
|
||||
CLASS##_DECL_ATTR, \
|
||||
|
||||
Reference in New Issue
Block a user