summaryrefslogtreecommitdiff
path: root/src/wasm-binary-writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary-writer.c')
-rw-r--r--src/wasm-binary-writer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm-binary-writer.c b/src/wasm-binary-writer.c
index 80a254e6..b2031482 100644
--- a/src/wasm-binary-writer.c
+++ b/src/wasm-binary-writer.c
@@ -888,8 +888,6 @@ static void write_expr(WasmWriteContext* ctx,
case WASM_EXPR_TYPE_NOP:
out_opcode(ws, WASM_OPCODE_NOP);
break;
- case WASM_EXPR_TYPE_PAGE_SIZE:
- break;
case WASM_EXPR_TYPE_RETURN:
out_opcode(ws, WASM_OPCODE_RETURN);
if (expr->return_.expr)