Fix build error when enable custom section without interpreter (#1229)

This commit is contained in:
Xu Jun
2022-06-15 18:14:39 +08:00
committed by GitHub
parent 1705ae569b
commit e0a8aa09be
5 changed files with 21 additions and 22 deletions

View File

@ -73,11 +73,6 @@ wasm_loader_find_block_addr(WASMExecEnv *exec_env, BlockAddr *block_addr_cache,
uint8 block_type, uint8 **p_else_addr,
uint8 **p_end_addr);
#if WASM_ENABLE_LOAD_CUSTOM_SECTION != 0
void
wasm_loader_destroy_custom_sections(WASMCustomSection *section_list);
#endif
#ifdef __cplusplus
}
#endif