summaryrefslogtreecommitdiff
path: root/src/wasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.c')
-rw-r--r--src/wasm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wasm.c b/src/wasm.c
index 64632731..beedbd66 100644
--- a/src/wasm.c
+++ b/src/wasm.c
@@ -232,10 +232,6 @@ static void wasm_destroy_expr(WasmExpr* expr) {
wasm_destroy_expr_ptr(&expr->if_else.true_);
wasm_destroy_expr_ptr(&expr->if_else.false_);
break;
- case WASM_EXPR_TYPE_LABEL:
- wasm_destroy_string_slice(&expr->label.label);
- wasm_destroy_expr_ptr(&expr->label.expr);
- break;
case WASM_EXPR_TYPE_LOAD:
case WASM_EXPR_TYPE_LOAD_EXTEND:
wasm_destroy_expr_ptr(&expr->load.addr);