mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +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
2
vm.c
2
vm.c
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue