Index: src/crankshaft/ia32/lithium-codegen-ia32.cc |
diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.cc b/src/crankshaft/ia32/lithium-codegen-ia32.cc |
index fead69829d07aaf96a6cd3cbfd3b94b9496d69e0..9114640c6630306b8cee3b4b83c80fa2de5bf616 100644 |
--- a/src/crankshaft/ia32/lithium-codegen-ia32.cc |
+++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc |
@@ -5394,15 +5394,6 @@ void LCodeGen::DoStoreFrameContext(LStoreFrameContext* instr) { |
} |
-void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) { |
- Handle<ScopeInfo> scope_info = instr->scope_info(); |
- __ Push(scope_info); |
- __ push(ToRegister(instr->function())); |
- CallRuntime(Runtime::kPushBlockContext, instr); |
- RecordSafepoint(Safepoint::kNoLazyDeopt); |
-} |
- |
- |
#undef __ |
} // namespace internal |