Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 22ecec588f8ce66b3a2e0ae01ccd6f2e8986db0f..e31a0c7f2cde9263c09c9a27c6bf944836c7215f 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -137,7 +137,6 @@ |
V(JSCreateCatchContext) \ |
V(JSCreateWithContext) \ |
V(JSCreateBlockContext) \ |
- V(JSCreateModuleContext) \ |
V(JSCreateScriptContext) |
#define JS_OTHER_OP_LIST(V) \ |