Index: src/crankshaft/mips64/lithium-mips64.cc |
diff --git a/src/crankshaft/mips64/lithium-mips64.cc b/src/crankshaft/mips64/lithium-mips64.cc |
index 78dcd4761c66a0fcdd66c7a23b231ad9d69166ac..d24797ea51bc14496acb837ec0eeb474bff0a68b 100644 |
--- a/src/crankshaft/mips64/lithium-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-mips64.cc |
@@ -2413,12 +2413,6 @@ LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { |
} |
-LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { |
- LOperand* context = UseFixed(instr->context(), cp); |
- return MarkAsCall(DefineFixed(new(zone()) LCallStub(context), v0), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { |
// There are no real uses of the arguments object. |
// arguments.length and element access are supported directly on |