Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 26e9d57d8c12b1d7b1575d91eec168f92110b490..b97a3ee6811af5bd4c1a04c5daacdc746bfd0846 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -151,7 +151,6 @@ |
| V(JSForInStep) \ |
| V(JSLoadMessage) \ |
| V(JSStoreMessage) \ |
| - V(JSYield) \ |
| V(JSStackCheck) |
| #define JS_OP_LIST(V) \ |