| Index: src/wasm/wasm-macro-gen.h
|
| diff --git a/src/wasm/wasm-macro-gen.h b/src/wasm/wasm-macro-gen.h
|
| index abe6792feba5b586dfb827e12bd4a840dbf867f9..4a3d498049d98d1e29326a5ecb9c52b1077562d0 100644
|
| --- a/src/wasm/wasm-macro-gen.h
|
| +++ b/src/wasm/wasm-macro-gen.h
|
| @@ -460,9 +460,6 @@ class LocalDeclEncoder {
|
| static_cast<byte>(index)
|
| #define WASM_UNOP(opcode, x) x, static_cast<byte>(opcode)
|
| #define WASM_BINOP(opcode, x, y) x, y, static_cast<byte>(opcode)
|
| -#define WASM_SIMD_UNOP(opcode, x) x, kSimdPrefix, static_cast<byte>(opcode)
|
| -#define WASM_SIMD_BINOP(opcode, x, y) \
|
| - x, y, kSimdPrefix, static_cast<byte>(opcode)
|
|
|
| //------------------------------------------------------------------------------
|
| // Int32 operations
|
|
|