Index: src/crankshaft/x64/lithium-x64.cc |
diff --git a/src/crankshaft/x64/lithium-x64.cc b/src/crankshaft/x64/lithium-x64.cc |
index 171a58115ae9c58499725b8d151fe5ce56875a03..2a80bcf021713f1944ba6c2016b2fd8349a8d63c 100644 |
--- a/src/crankshaft/x64/lithium-x64.cc |
+++ b/src/crankshaft/x64/lithium-x64.cc |
@@ -2506,13 +2506,6 @@ LInstruction* LChunkBuilder::DoUnknownOSRValue(HUnknownOSRValue* instr) { |
} |
-LInstruction* LChunkBuilder::DoCallStub(HCallStub* instr) { |
- LOperand* context = UseFixed(instr->context(), rsi); |
- LCallStub* result = new(zone()) LCallStub(context); |
- return MarkAsCall(DefineFixed(result, rax), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoArgumentsObject(HArgumentsObject* instr) { |
// There are no real uses of the arguments object. |
// arguments.length and element access are supported directly on |