Skip to content

Commit 78d2301

Browse files
committed
SILInstructions: remove two unused fields.
Fixes a compiler warning. NFC
1 parent 0968d16 commit 78d2301

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/SIL/SILInstruction.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6624,8 +6624,6 @@ class BeginCOWMutationInst final
66246624
friend SILBuilder;
66256625
friend TrailingObjects;
66266626

6627-
bool native;
6628-
66296627
BeginCOWMutationInst(SILDebugLocation loc, SILValue operand,
66306628
ArrayRef<SILType> resultTypes,
66316629
ArrayRef<ValueOwnershipKind> resultOwnerships,
@@ -6670,8 +6668,6 @@ class EndCOWMutationInst
66706668
{
66716669
friend SILBuilder;
66726670

6673-
bool keepUnique;
6674-
66756671
EndCOWMutationInst(SILDebugLocation DebugLoc, SILValue Operand,
66766672
bool keepUnique)
66776673
: UnaryInstructionBase(DebugLoc, Operand, Operand->getType()) {

0 commit comments

Comments
 (0)