Index: src/arm/lithium-arm.cc |
diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc |
index c28b641b7792ab070dddebf4b5cd3b71b02349e3..b08353e069e79be190e519677f501377ba12ee59 100644 |
--- a/src/arm/lithium-arm.cc |
+++ b/src/arm/lithium-arm.cc |
@@ -1796,13 +1796,6 @@ LInstruction* LChunkBuilder::DoClassOfTestAndBranch( |
} |
-LInstruction* LChunkBuilder::DoFixedArrayBaseLength( |
- HFixedArrayBaseLength* instr) { |
- LOperand* array = UseRegisterAtStart(instr->value()); |
- return DefineAsRegister(new(zone()) LFixedArrayBaseLength(array)); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoMapEnumLength(HMapEnumLength* instr) { |
LOperand* map = UseRegisterAtStart(instr->value()); |
return DefineAsRegister(new(zone()) LMapEnumLength(map)); |