| Index: src/interpreter/bytecode-peephole-table.h
|
| diff --git a/src/interpreter/bytecode-peephole-table.h b/src/interpreter/bytecode-peephole-table.h
|
| index 1790f5a1090d94cc22f6653207bd37c21203c70c..516cfd02690a3933dde8cbaa34f7c6d55cd2331d 100644
|
| --- a/src/interpreter/bytecode-peephole-table.h
|
| +++ b/src/interpreter/bytecode-peephole-table.h
|
| @@ -25,7 +25,6 @@ namespace interpreter {
|
| #define PEEPHOLE_JUMP_ACTION_LIST(V) \
|
| V(DefaultJumpAction) \
|
| V(UpdateLastJumpAction) \
|
| - V(ChangeJumpBytecodeAction) \
|
| V(ElideLastBeforeJumpAction)
|
|
|
| #define PEEPHOLE_ACTION_LIST(V) \
|
|
|