| Index: src/interpreter/bytecodes.h
 | 
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
 | 
| index 6ca2ce95d01853f941f47c4ea9127f1cb4cb85e3..9d666429e079276fad9e0a026a2e6426281ce41f 100644
 | 
| --- a/src/interpreter/bytecodes.h
 | 
| +++ b/src/interpreter/bytecodes.h
 | 
| @@ -105,8 +105,6 @@
 | 
|      OperandType::kReg, OperandType::kIdx)                                      \
 | 
|    V(StaDataPropertyInLiteral, AccumulatorUse::kRead, OperandType::kReg,        \
 | 
|      OperandType::kReg, OperandType::kFlag8, OperandType::kIdx)                 \
 | 
| -  V(CollectTypeProfile, AccumulatorUse::kRead, OperandType::kReg,              \
 | 
| -    OperandType::kIdx)                                                         \
 | 
|                                                                                 \
 | 
|    /* Binary Operators */                                                       \
 | 
|    V(Add, AccumulatorUse::kReadWrite, OperandType::kReg, OperandType::kIdx)     \
 | 
| 
 |