mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
rb_vm_add_root_module(): Remove unused parameter
This commit is contained in:
parent
cbe869b370
commit
6817f4c6b1
Notes:
git
2020-11-10 06:09:05 +09:00
3 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue