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 5a23239 commit 86200b1Copy full SHA for 86200b1
lib/Parse/ParseIfConfig.cpp
@@ -772,7 +772,6 @@ Result Parser::parseIfConfigRaw(
772
bool isActive, IfConfigElementsRole role)>
773
parseElements,
774
llvm::function_ref<Result(SourceLoc endLoc, bool hadMissingEnd)> finish) {
775
- auto startLoc = Tok.getLoc();
776
assert(Tok.is(tok::pound_if));
777
778
Parser::StructureMarkerRAII ParsingDecl(
0 commit comments