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

2
vm.c
View file

@ -2597,7 +2597,7 @@ rb_vm_register_special_exception_str(enum ruby_special_exceptions sp, VALUE cls,
}
int
rb_vm_add_root_module(ID id, VALUE module)
rb_vm_add_root_module(VALUE module)
{
rb_vm_t *vm = GET_VM();