Remove an unused variable - thanks to Nick Lewycky for pointing this out!

llvm-svn: 191462
This commit is contained in:
Faisal Vali 2013-09-26 21:32:23 +00:00
parent cb8b40b08d
commit 6440fcbee0
1 changed files with 0 additions and 1 deletions

View File

@ -938,7 +938,6 @@ ExprResult Parser::ParseLambdaExpressionAfterIntroducer(
if (Tok.isNot(tok::r_paren)) {
sema::LambdaScopeInfo *LSI = Actions.getCurLambda();
Actions.RecordParsingTemplateParameterDepth(TemplateParameterDepth);
ParseParameterDeclarationClause(D, Attr, ParamInfo, EllipsisLoc);
// For a generic lambda, each 'auto' within the parameter declaration