Skip to content

Commit e7bc826

Browse files
committed
Make rb_free_vm_opt_tables static
1 parent 439c06b commit e7bc826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2292,7 +2292,7 @@ short ruby_vm_redefined_flag[BOP_LAST_];
22922292
static st_table *vm_opt_method_def_table = 0;
22932293
static st_table *vm_opt_mid_table = 0;
22942294

2295-
void
2295+
static void
22962296
rb_free_vm_opt_tables(void)
22972297
{
22982298
st_free_table(vm_opt_method_def_table);

0 commit comments

Comments
 (0)