commit 4b298bfcad65bac1a24221e59a57c3ce86a9830d
parent 18bc859edca6dfac38141836fb44b42a0ba291c8
Author: William Casarin <jb55@jb55.com>
Date: Fri, 16 Jul 2021 13:46:05 -0700
remove debug crasher
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/wasm.c b/src/wasm.c
@@ -574,12 +574,6 @@ static const char *get_function_name(struct module *module, int func_index)
struct wexport *export;
struct import *import;
int i, num_imports;
- static int counter = 0;
-
- counter++;
-
- if (counter > 1000)
- assert(0);
num_imports = imports_count(module);