Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index 16248ee1792d1cbc76ec5df1d47393f7b968c79f..b3c3c253e4cf702fc817ff135f809f3b85f1e02b 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -1632,12 +1632,6 @@ LInstruction* LChunkBuilder::DoClassOfTestAndBranch( |
} |
-LInstruction* LChunkBuilder::DoJSArrayLength(HJSArrayLength* instr) { |
- LOperand* array = UseRegisterAtStart(instr->value()); |
- return DefineAsRegister(new(zone()) LJSArrayLength(array)); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoFixedArrayBaseLength( |
HFixedArrayBaseLength* instr) { |
LOperand* array = UseRegisterAtStart(instr->value()); |