Skip to content

Commit

Permalink
Make rb_gc_impl_config_set return void
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 10, 2024
1 parent ff9adf2 commit 009a08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gc/mmtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,11 +580,11 @@ rb_gc_impl_config_get(void *objspace_ptr)
// TODO
return rb_hash_new();
}
VALUE

void
rb_gc_impl_config_set(void *objspace_ptr, VALUE hash)
{
// TODO
return hash;
}

// Object allocation
Expand Down

0 comments on commit 009a08b

Please sign in to comment.