summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/MethodBitcode.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-07-19 09:27:50 -0700
committer buzbee <buzbee@google.com> 2012-07-19 09:27:50 -0700
commit462ef2008ccb79197f8210f0580bcdc61ffc3898 (patch)
tree035dc964b5d4df9a6b8572497337a7a1df923627 /src/compiler/codegen/MethodBitcode.cc
parent0104594fb6aa2f03b45fdd37e05a75f60eadf826 (diff)
Quick compiler - delete unreferenced local
Change-Id: Ic021e36c5d3a509eb5981555be504a99019b69a8
Diffstat (limited to 'src/compiler/codegen/MethodBitcode.cc')
-rw-r--r--src/compiler/codegen/MethodBitcode.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/codegen/MethodBitcode.cc b/src/compiler/codegen/MethodBitcode.cc
index 3ec4a1100e..6c9f1463fe 100644
--- a/src/compiler/codegen/MethodBitcode.cc
+++ b/src/compiler/codegen/MethodBitcode.cc
@@ -800,7 +800,6 @@ bool convertMIRNode(CompilationUnit* cUnit, MIR* mir, BasicBlock* bb,
bool res = false; // Assume success
RegLocation rlSrc[3];
RegLocation rlDest = badLoc;
- RegLocation rlResult = badLoc;
Instruction::Code opcode = mir->dalvikInsn.opcode;
uint32_t vA = mir->dalvikInsn.vA;
uint32_t vB = mir->dalvikInsn.vB;