File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
stdlib/public/BackDeployConcurrency Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 14
14
//
15
15
// ===----------------------------------------------------------------------===//
16
16
17
- #ifndef SWIFT_ABI_ACTOR_H
18
- #define SWIFT_ABI_ACTOR_H
17
+ #ifndef SWIFT_ABI_ACTOR_BACKDEPLOYED_H
18
+ #define SWIFT_ABI_ACTOR_BACKDEPLOYED_H
19
19
20
20
#include " swift/ABI/HeapObject.h"
21
21
#include " swift/ABI/MetadataValues.h"
@@ -44,9 +44,7 @@ class alignas(Alignment_DefaultActor) DefaultActor : public HeapObject {
44
44
}
45
45
46
46
void initHeapObject () {
47
- #ifdef SWIFT_CONCURRENCY_BACK_DEPLOYMENT
48
47
_swift_instantiateInertHeapObject (this , metadata);
49
- #endif
50
48
}
51
49
52
50
void *PrivateData[NumWords_DefaultActor];
Original file line number Diff line number Diff line change @@ -125,9 +125,7 @@ class alignas(2 * alignof(void*)) Job :
125
125
}
126
126
127
127
void initHeapObject () {
128
- #ifdef SWIFT_CONCURRENCY_BACK_DEPLOYMENT
129
128
_swift_instantiateInertHeapObject (this , metadata);
130
- #endif
131
129
}
132
130
133
131
~Job () { swift_voucher_release (Voucher); }
You can’t perform that action at this time.
0 commit comments