Skip to content

Commit 6166788

Browse files
author
Georgii Rylov
committed
spare lines
1 parent 32d0f55 commit 6166788

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/iwasm/aot/aot_runtime.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4121,7 +4121,6 @@ aot_copy_callstack_tiny_frame(WASMExecEnv *exec_env, wasm_frame_t *buffer,
41214121
uint8 *top_boundary = exec_env->wasm_stack.top_boundary;
41224122
uint8 *top = exec_env->wasm_stack.top;
41234123
uint8 *bottom = exec_env->wasm_stack.bottom;
4124-
41254124
uint32 count = 0;
41264125

41274126
bool is_top_index_in_range =
@@ -4180,7 +4179,6 @@ aot_copy_callstack_standard_frame(WASMExecEnv *exec_env, wasm_frame_t *buffer,
41804179
uint8 *top_boundary = exec_env->wasm_stack.top_boundary;
41814180
uint8 *bottom = exec_env->wasm_stack.bottom;
41824181
uint32 frame_size = (uint32)offsetof(AOTFrame, lp);
4183-
41844182
uint32 count = 0;
41854183

41864184
WASMCApiFrame record_frame;

0 commit comments

Comments
 (0)