Skip to content

Commit

Permalink
Remove duplicate declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jun 30, 2023
1 parent 0d0841a commit 3993349
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ractor.c
Original file line number Diff line number Diff line change
Expand Up @@ -3109,12 +3109,6 @@ obj_traverse_replace_rec(struct obj_traverse_replace_data *data)
return data->rec;
}

#if USE_TRANSIENT_HEAP
void rb_ary_transient_heap_evacuate(VALUE ary, int promote);
void rb_obj_transient_heap_evacuate(VALUE obj, int promote);
void rb_struct_transient_heap_evacuate(VALUE st, int promote);
#endif

static void
obj_refer_only_shareables_p_i(VALUE obj, void *ptr)
{
Expand Down

0 comments on commit 3993349

Please sign in to comment.