Parcourir la source

remove spare diff line

Georgii Rylov il y a 1 an
Parent
commit
0b5084cb63
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      core/iwasm/interpreter/wasm_runtime.c

+ 0 - 1
core/iwasm/interpreter/wasm_runtime.c

@@ -4248,7 +4248,6 @@ wasm_interp_copy_callstack(WASMExecEnv *exec_env, wasm_frame_t *buffer,
 #endif // WAMR_ENABLE_COPY_CALLSTACK
 
 #if WASM_ENABLE_DUMP_CALL_STACK != 0
-
 bool
 wasm_interp_create_call_stack(struct WASMExecEnv *exec_env)
 {