summaryrefslogtreecommitdiff
path: root/src/wasm-apply-names.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-apply-names.c')
-rw-r--r--src/wasm-apply-names.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm-apply-names.c b/src/wasm-apply-names.c
index 1489e134..f21abd63 100644
--- a/src/wasm-apply-names.c
+++ b/src/wasm-apply-names.c
@@ -274,8 +274,6 @@ static WasmResult visit_func(Context* ctx,
&func->decl.type_var));
}
- assert(wasm_decl_has_signature(&func->decl));
-
wasm_make_type_binding_reverse_mapping(
ctx->allocator, &func->decl.sig.param_types, &func->param_bindings,
&ctx->param_index_to_name);