Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 98667ce87e35070f7410da03248b62363a847a02..2a088e95146a8794a43dc09b2498b9197d082096 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -1883,7 +1883,6 @@ void LCodeGen::DoDeferredLInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr, |
__ push(ToRegister(instr->InputAt(0))); |
__ Push(instr->function()); |
- Register temp = ToRegister(instr->TempAt(0)); |
static const int kAdditionalDelta = 10; |
int delta = |
masm_->SizeOfCodeGeneratedSince(map_check) + kAdditionalDelta; |