From: Faisal Vali Date: Thu, 26 Sep 2013 21:32:23 +0000 (+0000) Subject: Remove an unused variable - thanks to Nick Lewycky for pointing this out! X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7a495c3fa7053a11faa8fd6429a6f7c7025aeab;p=clang Remove an unused variable - thanks to Nick Lewycky for pointing this out! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191462 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParseExprCXX.cpp b/lib/Parse/ParseExprCXX.cpp index 2eace9fc74..e9a5a88c76 100644 --- a/lib/Parse/ParseExprCXX.cpp +++ b/lib/Parse/ParseExprCXX.cpp @@ -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