Index: src/interpreter/interpreter-assembler.h |
diff --git a/src/interpreter/interpreter-assembler.h b/src/interpreter/interpreter-assembler.h |
index a8805e59640994a33c3817f903532282a310adaa..f8d4b7ce60e937073ac366396dcf1f135459436f 100644 |
--- a/src/interpreter/interpreter-assembler.h |
+++ b/src/interpreter/interpreter-assembler.h |
@@ -41,9 +41,6 @@ |
// Returns the runtime id immediate for bytecode operand |
// |operand_index| in the current bytecode. |
compiler::Node* BytecodeOperandRuntimeId(int operand_index); |
- // Returns the intrinsic id immediate for bytecode operand |
- // |operand_index| in the current bytecode. |
- compiler::Node* BytecodeOperandIntrinsicId(int operand_index); |
// Accumulator. |
compiler::Node* GetAccumulator(); |