Index: src/crankshaft/x64/lithium-x64.cc |
diff --git a/src/crankshaft/x64/lithium-x64.cc b/src/crankshaft/x64/lithium-x64.cc |
index 2a80bcf021713f1944ba6c2016b2fd8349a8d63c..99430d86386960626a97ad0d0b67df8040230cc9 100644 |
--- a/src/crankshaft/x64/lithium-x64.cc |
+++ b/src/crankshaft/x64/lithium-x64.cc |
@@ -2656,16 +2656,6 @@ LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) { |
} |
-LInstruction* LChunkBuilder::DoAllocateBlockContext( |
- HAllocateBlockContext* instr) { |
- LOperand* context = UseFixed(instr->context(), rsi); |
- LOperand* function = UseRegisterAtStart(instr->function()); |
- LAllocateBlockContext* result = |
- new(zone()) LAllocateBlockContext(context, function); |
- return MarkAsCall(DefineFixed(result, rsi), instr); |
-} |
- |
- |
} // namespace internal |
} // namespace v8 |