| Index: src/interpreter/bytecode-array-iterator.h
 | 
| diff --git a/src/interpreter/bytecode-array-iterator.h b/src/interpreter/bytecode-array-iterator.h
 | 
| index 31e237f09832b8083c46be3dd3825d220f945962..4be7adc354d55a16ab6586a1bc7ec2460ae8130c 100644
 | 
| --- a/src/interpreter/bytecode-array-iterator.h
 | 
| +++ b/src/interpreter/bytecode-array-iterator.h
 | 
| @@ -27,7 +27,6 @@
 | 
|  
 | 
|    int8_t GetImmediateOperand(int operand_index) const;
 | 
|    int GetIndexOperand(int operand_index) const;
 | 
| -  int GetCountOperand(int operand_index) const;
 | 
|    Register GetRegisterOperand(int operand_index) const;
 | 
|    Handle<Object> GetConstantForIndexOperand(int operand_index) const;
 | 
|  
 | 
| 
 |