| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index eee21247166f6e3a8ab33a5f3ad4519c257da227..5568bd922a0be3763ac3c55491759a67d5c11870 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -2185,7 +2185,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);
|
|
|