| Index: src/interpreter/bytecodes.h
|
| diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
|
| index 3275e52b9f057f7557a23b550483bb1ab33aea4c..e027b12723bb9572592e2ebae7b6ccca57712261 100644
|
| --- a/src/interpreter/bytecodes.h
|
| +++ b/src/interpreter/bytecodes.h
|
| @@ -260,9 +260,6 @@
|
| /* Perform a stack guard check */ \
|
| V(StackCheck, AccumulatorUse::kNone) \
|
| \
|
| - /* Perform a check to trigger on-stack replacement */ \
|
| - V(OsrPoll, AccumulatorUse::kNone, OperandType::kImm) \
|
| - \
|
| /* Non-local flow control */ \
|
| V(Throw, AccumulatorUse::kRead) \
|
| V(ReThrow, AccumulatorUse::kRead) \
|
|
|