Remove unused variable.

llvm-svn: 137933
This commit is contained in:
Duncan Sands 2011-08-18 08:13:18 +00:00
parent 42b9a110e0
commit 345561fe99

View 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'") ||