Skip to content

Commit e5b47a2

Browse files
committed
SIL: remove the now unused atomicity bit in SILNode.h for strong_pin
1 parent 5183bb7 commit e5b47a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/SIL/SILNode.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,6 @@ class alignas(8) SILNode {
221221
SWIFT_INLINE_BITFIELD(RefCountingInst, NonValueInstruction, 1,
222222
atomicity : 1
223223
);
224-
SWIFT_INLINE_BITFIELD(StrongPinInst, SingleValueInstruction, 1,
225-
atomicity : 1
226-
);
227224

228225
// Ensure that BindMemoryInst bitfield does not overflow.
229226
IBWTO_BITFIELD_EMPTY(BindMemoryInst, NonValueInstruction);

0 commit comments

Comments
 (0)