wasm-micro-runtime
wasm-micro-runtime copied to clipboard
wasm_is_reftype_supers_of_extern seems unused
trafficstars
/Users/yamamoto/git/wasm-micro-runtime/core/iwasm/common/gc/gc_type.c:850:1: warning: unused function 'wasm_is_reftype_supers_of_extern' [-Wunused-function]
wasm_is_reftype_supers_of_extern(uint8 type)
i'm not familiar with the nearby logic to say if a removal is a correct fix.
Yes, it is unused after some code refactorings and can be removed now.
Close this issue since the unused function was removed in https://github.com/bytecodealliance/wasm-micro-runtime/pull/3489.