| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 585e839d4d496293e7f900ae532483f2a84ee799..01842d5d67f6c306549b6fe7f0786054eb0f25ca 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -524,8 +524,6 @@ DEFINE_STRING(dump_wasm_module_path, NULL, "directory to dump wasm modules to")
|
| DEFINE_INT(typed_array_max_size_in_heap, 64,
|
| "threshold for in-heap typed array")
|
|
|
| -DEFINE_BOOL(wasm_jit_prototype, false,
|
| - "enable experimental wasm runtime dynamic code generation")
|
| DEFINE_BOOL(wasm_simd_prototype, false,
|
| "enable prototype simd opcodes for wasm")
|
|
|
|
|