diff options
Diffstat (limited to 'src/wasm.c')
-rw-r--r-- | src/wasm.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |