Index: src/crankshaft/x87/lithium-codegen-x87.cc |
diff --git a/src/crankshaft/x87/lithium-codegen-x87.cc b/src/crankshaft/x87/lithium-codegen-x87.cc |
index 78f0daf785e5c2366488df081950efc5f4789abe..04af25efc27e337d1d0c6f83a876ee85c5b9f245 100644 |
--- a/src/crankshaft/x87/lithium-codegen-x87.cc |
+++ b/src/crankshaft/x87/lithium-codegen-x87.cc |
@@ -5960,15 +5960,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 |