wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

wasm_is_reftype_supers_of_extern seems unused

Open yamt opened this issue 1 year ago • 1 comments
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.

yamt avatar May 07 '24 08:05 yamt

Yes, it is unused after some code refactorings and can be removed now.

wenyongh avatar May 07 '24 12:05 wenyongh

Close this issue since the unused function was removed in https://github.com/bytecodealliance/wasm-micro-runtime/pull/3489.

wenyongh avatar Jun 03 '24 11:06 wenyongh