mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #37462 from DougGregor/remove-actor-independent
This commit is contained in:
@@ -1857,11 +1857,6 @@ namespace decls_block {
|
||||
BCFixed<2> // inline value
|
||||
>;
|
||||
|
||||
using ActorIndependentDeclAttrLayout = BCRecordLayout<
|
||||
ActorIndependent_DECL_ATTR,
|
||||
BCFixed<1> // unsafe flag
|
||||
>;
|
||||
|
||||
using OptimizeDeclAttrLayout = BCRecordLayout<
|
||||
Optimize_DECL_ATTR,
|
||||
BCFixed<2> // optimize value
|
||||
|
||||
Reference in New Issue
Block a user