Skip to content

Commit 86200b1

Browse files
committed
Parse: Resolve an unused variable warning.
NFC.
1 parent 5a23239 commit 86200b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Parse/ParseIfConfig.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,6 @@ Result Parser::parseIfConfigRaw(
772772
bool isActive, IfConfigElementsRole role)>
773773
parseElements,
774774
llvm::function_ref<Result(SourceLoc endLoc, bool hadMissingEnd)> finish) {
775-
auto startLoc = Tok.getLoc();
776775
assert(Tok.is(tok::pound_if));
777776

778777
Parser::StructureMarkerRAII ParsingDecl(

0 commit comments

Comments
 (0)