Index: src/crankshaft/ia32/lithium-ia32.cc |
diff --git a/src/crankshaft/ia32/lithium-ia32.cc b/src/crankshaft/ia32/lithium-ia32.cc |
index 3f97040234c34b2a9e9ad698de0a5b99eca60a49..38c102c036988dcdaa8b8653103296ae28099417 100644 |
--- a/src/crankshaft/ia32/lithium-ia32.cc |
+++ b/src/crankshaft/ia32/lithium-ia32.cc |
@@ -2666,16 +2666,6 @@ LInstruction* LChunkBuilder::DoStoreFrameContext(HStoreFrameContext* instr) { |
} |
-LInstruction* LChunkBuilder::DoAllocateBlockContext( |
- HAllocateBlockContext* instr) { |
- LOperand* context = UseFixed(instr->context(), esi); |
- LOperand* function = UseRegisterAtStart(instr->function()); |
- LAllocateBlockContext* result = |
- new(zone()) LAllocateBlockContext(context, function); |
- return MarkAsCall(DefineFixed(result, esi), instr); |
-} |
- |
- |
} // namespace internal |
} // namespace v8 |