rb_vm_add_root_module(): Remove unused parameter

This commit is contained in:
Alan Wu 2020-11-09 10:27:31 -05:00
parent cbe869b370
commit 6817f4c6b1
Notes: git 2020-11-10 06:09:05 +09:00
3 changed files with 9 additions and 9 deletions

View file

@ -54,7 +54,7 @@ const void **rb_vm_get_insns_address_table(void);
VALUE rb_source_location(int *pline);
const char *rb_source_location_cstr(int *pline);
MJIT_STATIC void rb_vm_pop_cfunc_frame(void);
int rb_vm_add_root_module(ID id, VALUE module);
int rb_vm_add_root_module(VALUE module);
void rb_vm_check_redefinition_by_prepend(VALUE klass);
int rb_vm_check_optimizable_mid(VALUE mid);
VALUE rb_yield_refine_block(VALUE refinement, VALUE refinements);