| Index: src/interpreter/interpreter-assembler.h
|
| diff --git a/src/interpreter/interpreter-assembler.h b/src/interpreter/interpreter-assembler.h
|
| index 363672104fab4e866d3d5960721f81f96169f2c3..1317f377f48ccad91dacb519f8a5ca2829fafcfb 100644
|
| --- a/src/interpreter/interpreter-assembler.h
|
| +++ b/src/interpreter/interpreter-assembler.h
|
| @@ -31,9 +31,6 @@
|
| // in the current bytecode.
|
| compiler::Node* BytecodeOperandFlag(int operand_index);
|
| // Returns the 32-bit zero-extended index immediate for bytecode operand
|
| - // |operand_index| in the current bytecode.
|
| - compiler::Node* BytecodeOperandIdxInt32(int operand_index);
|
| - // Returns the word zero-extended index immediate for bytecode operand
|
| // |operand_index| in the current bytecode.
|
| compiler::Node* BytecodeOperandIdx(int operand_index);
|
| // Returns the smi index immediate for bytecode operand |operand_index|
|
|
|