Skip to content

Commit c5f7dd8

Browse files
authored
Merge pull request swiftlang#12557 from dcci/unused
2 parents 1f0fcb8 + 1c4b9e6 commit c5f7dd8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/ParseSIL/ParseSIL.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3422,7 +3422,6 @@ bool SILParser::parseSILInstruction(SILBuilder &B) {
34223422
bool OnStack = false;
34233423
SmallVector<SILType, 2> ElementTypes;
34243424
SmallVector<SILValue, 2> ElementCounts;
3425-
StringRef Optional;
34263425
while (P.consumeIf(tok::l_square)) {
34273426
Identifier Id;
34283427
parseSILIdentifier(Id, diag::expected_in_attribute_list);

lib/Serialization/DeserializeSIL.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ bool SILDeserializer::readSILInstruction(SILFunction *Fn, SILBasicBlock *BB,
731731
ValueID ValID, ValID2, ValID3;
732732
TypeID TyID, TyID2, TyID3;
733733
TypeID ConcreteTyID;
734-
ModuleID OwningModuleID;
735734
SourceLoc SLoc;
736735
ArrayRef<uint64_t> ListOfValues;
737736
SILLocation Loc = RegularLocation(SLoc);

0 commit comments

Comments
 (0)