From bf6b15521abf46af6bc776db543e994d09d9946a Mon Sep 17 00:00:00 2001 From: Georgii Rylov Date: Mon, 27 Jan 2025 11:42:12 +0000 Subject: [PATCH] format --- core/iwasm/include/wasm_export.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/iwasm/include/wasm_export.h b/core/iwasm/include/wasm_export.h index 430555ca..aba7fd4e 100644 --- a/core/iwasm/include/wasm_export.h +++ b/core/iwasm/include/wasm_export.h @@ -867,7 +867,6 @@ wasm_runtime_create_exec_env(wasm_module_inst_t module_inst, WASM_RUNTIME_API_EXTERN void wasm_runtime_destroy_exec_env(wasm_exec_env_t exec_env); - /** * Callback to be called on wasm_frame_t*. * It accepts void* as a context that can be used for closures.