Remove unused variable introduced by r163346.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 6 Sep 2012 23:31:29 +0000 (23:31 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 6 Sep 2012 23:31:29 +0000 (23:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163359 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/AsmParser/MipsAsmParser.cpp

index 1e28df7e590a8a08a9e1723f43e67cfd27d30db9..c038f4b5beaa558b9930748b4bb818707e56b1bb 100644 (file)
@@ -507,8 +507,6 @@ bool MipsAsmParser::parseRelocOperand(const MCExpr *&Res) {
   } else
     return true; //parenthesis must follow reloc operand
 
-  SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
-
   //Check the type of the expression
   if (MCConstantExpr::classof(IdVal)) {
     //it's a constant, evaluate lo or hi value