Modify logging for windows exception handler and remove unused function (#3489)
ps. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3416 https://github.com/bytecodealliance/wasm-micro-runtime/issues/3400
This commit is contained in:
@ -846,12 +846,6 @@ wasm_is_reftype_supers_of_func(uint8 type)
|
||||
return (type == REF_TYPE_FUNCREF) ? true : false;
|
||||
}
|
||||
|
||||
inline static bool
|
||||
wasm_is_reftype_supers_of_extern(uint8 type)
|
||||
{
|
||||
return (type == REF_TYPE_EXTERNREF) ? true : false;
|
||||
}
|
||||
|
||||
#if WASM_ENABLE_STRINGREF != 0
|
||||
inline static bool
|
||||
wasm_is_reftype_supers_of_string(uint8 type)
|
||||
|
||||
Reference in New Issue
Block a user