Skip to content

Commit ee8fe28

Browse files
Remove unused ruby_run_node API from witapi
1 parent 8a74d19 commit ee8fe28

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ext/witapi/witapi-core.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,6 @@ rb_abi_guest_ruby_options(rb_abi_guest_list_string_t *args) {
247247
return rb_abi_guest_rb_iseq_new(result);
248248
}
249249

250-
rb_abi_guest_rb_errno_t
251-
rb_abi_guest_ruby_run_node(rb_abi_guest_rb_iseq_t node) {
252-
int result;
253-
void *iseq = rb_abi_guest_rb_iseq_get(&node);
254-
RB_WASM_LIB_RT(ruby_run_node(iseq))
255-
return result;
256-
}
257-
258250
void rb_abi_guest_ruby_script(rb_abi_guest_string_t *name) {
259251
RB_WASM_LIB_RT(ruby_script(name->ptr))
260252
}

0 commit comments

Comments
 (0)