| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7e1169e8b3775ed3d8f387b8538774e7ba25e76a..07d874bd4e7d5d95efb6a065b26c9c900b0449cb 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -513,8 +513,6 @@
|
|
|
| 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")
|
|
|
| // Profiler flags.
|
| DEFINE_INT(frame_count, 1, "number of stack frames inspected by the profiler")
|
|
|