Skip to content

Commit 41adf62

Browse files
authored
Update SemaLambda.cpp
1 parent 3e48830 commit 41adf62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaLambda.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,6 @@ void Sema::ActOnLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro,
13421342
CharSourceRange::getTokenRange(C->ExplicitRange), SourceMgr, LangOpts).getAsRange();
13431343
LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = TrimmedRange;
13441344
}
1345-
}
13461345
}
13471346
finishLambdaExplicitCaptures(LSI);
13481347
LSI->ContainsUnexpandedParameterPack |= ContainsUnexpandedParameterPack;

0 commit comments

Comments
 (0)