Commit 84d3abe3 authored by petermarshall's avatar petermarshall Committed by Commit bot

[Ignition] Remove unused line in DoNew.

Review-Url: https://codereview.chromium.org/2623023003
Cr-Commit-Position: refs/heads/master@{#42245}
parent 3169fb94
......@@ -2186,7 +2186,6 @@ void Interpreter::DoNewWithSpread(InterpreterAssembler* assembler) {
// registers. The new.target is in the accumulator.
//
void Interpreter::DoNew(InterpreterAssembler* assembler) {
Callable ic = CodeFactory::InterpreterPushArgsAndConstruct(isolate_);
Node* new_target = __ GetAccumulator();
Node* constructor_reg = __ BytecodeOperandReg(0);
Node* constructor = __ LoadRegister(constructor_reg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment