| Index: src/deoptimizer.cc
|
| diff --git a/src/deoptimizer.cc b/src/deoptimizer.cc
|
| index 4974a1ca9fc598d32f9420bc95c1af4859eb1ccd..23f26c724ab4d69931bfe0c0eedf73ba4e7adf79 100644
|
| --- a/src/deoptimizer.cc
|
| +++ b/src/deoptimizer.cc
|
| @@ -1235,12 +1235,6 @@ void Deoptimizer::DoComputeConstructStubFrame(int frame_index) {
|
| PrintF(trace_scope_->file(), "(%d)\n", height - 1);
|
| }
|
|
|
| - // The new target.
|
| - output_offset -= kPointerSize;
|
| - value = reinterpret_cast<intptr_t>(isolate_->heap()->undefined_value());
|
| - output_frame->SetFrameSlot(output_offset, value);
|
| - DebugPrintOutputSlot(value, frame_index, output_offset, "new.target\n");
|
| -
|
| // The newly allocated object was passed as receiver in the artificial
|
| // constructor stub environment created by HEnvironment::CopyForInlining().
|
| output_offset -= kPointerSize;
|
|
|