We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0968d16 commit 78d2301Copy full SHA for 78d2301
include/swift/SIL/SILInstruction.h
@@ -6624,8 +6624,6 @@ class BeginCOWMutationInst final
6624
friend SILBuilder;
6625
friend TrailingObjects;
6626
6627
- bool native;
6628
-
6629
BeginCOWMutationInst(SILDebugLocation loc, SILValue operand,
6630
ArrayRef<SILType> resultTypes,
6631
ArrayRef<ValueOwnershipKind> resultOwnerships,
@@ -6670,8 +6668,6 @@ class EndCOWMutationInst
6670
6668
{
6671
6669
6672
6673
- bool keepUnique;
6674
6675
EndCOWMutationInst(SILDebugLocation DebugLoc, SILValue Operand,
6676
bool keepUnique)
6677
: UnaryInstructionBase(DebugLoc, Operand, Operand->getType()) {
0 commit comments