From 32d0f5503e144bfc5cea5e07c27ed3e12c0c1020 Mon Sep 17 00:00:00 2001 From: Georgii Rylov Date: Mon, 3 Mar 2025 14:06:45 +0000 Subject: [PATCH] spare line --- core/iwasm/interpreter/wasm_runtime.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/iwasm/interpreter/wasm_runtime.c b/core/iwasm/interpreter/wasm_runtime.c index 609ad4a3..b4b55e65 100644 --- a/core/iwasm/interpreter/wasm_runtime.c +++ b/core/iwasm/interpreter/wasm_runtime.c @@ -4217,7 +4217,6 @@ wasm_interp_copy_callstack(WASMExecEnv *exec_env, wasm_frame_t *buffer, WASMInterpFrame *cur_frame = wasm_exec_env_get_cur_frame(exec_env); uint8 *top_boundary = exec_env->wasm_stack.top_boundary; uint8 *bottom = exec_env->wasm_stack.bottom; - uint32 count = 0; WASMCApiFrame record_frame;