From 6817f4c6b1ab58d74bab989de984bd1d84be233c Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Mon, 9 Nov 2020 10:27:31 -0500 Subject: rb_vm_add_root_module(): Remove unused parameter --- vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index 83911f8e14..f3a6803ee0 100644 --- a/vm.c +++ b/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(); -- cgit v1.2.3