| Index: src/interpreter/bytecodes.h
|
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
|
| index f80469f523c4722f56d1b864d795ba8bacc65cff..f724136564fa3ebc0074c285d7cf328c3d22ec4f 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) \
|
|
|