From 103e2ec2df8ccd7e37f46589201fc22225ffb616 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 3 Aug 2011 19:53:48 +0000 Subject: Remove unused variables. llvm-svn: 136803 --- llvm/lib/AsmParser/LLParser.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/AsmParser') diff --git a/llvm/lib/AsmParser/LLParser.cpp b/llvm/lib/AsmParser/LLParser.cpp index 82fab917fed..c7650368075 100644 --- a/llvm/lib/AsmParser/LLParser.cpp +++ b/llvm/lib/AsmParser/LLParser.cpp @@ -3258,7 +3258,6 @@ bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) { /// ::= 'resume' TypeAndValue bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) { Value *Exn; LocTy ExnLoc; - LocTy Loc = Lex.getLoc(); if (ParseTypeAndValue(Exn, ExnLoc, PFS)) return true; -- cgit v1.2.3