Remove unused variable.
authorDuncan Sands <baldrick@free.fr>
Thu, 18 Aug 2011 08:13:18 +0000 (08:13 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 18 Aug 2011 08:13:18 +0000 (08:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137933 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AsmParser/LLParser.cpp

index c865afd915b3c65a14a0346df0ac96d695c621bc..395d684c3de3122098b7c977cea468d97235626a 100644 (file)
@@ -3519,7 +3519,6 @@ int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) {
 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) {
   Type *Ty = 0; LocTy TyLoc;
   Value *PersFn; LocTy PersFnLoc;
-  LocTy LPLoc = Lex.getLoc();
 
   if (ParseType(Ty, TyLoc) ||
       ParseToken(lltok::kw_personality, "expected 'personality'") ||