Skip to content

Commit

Permalink
Remove unused forward decl of rb_thread_struct
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Mar 9, 2023
1 parent 4871429 commit 9546c70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/gc.h
Expand Up @@ -129,8 +129,6 @@ int ruby_get_stack_grow_direction(volatile VALUE *addr);
const char *rb_obj_info(VALUE obj);
const char *rb_raw_obj_info(char *const buff, const size_t buff_size, VALUE obj);


struct rb_thread_struct;
size_t rb_size_pool_slot_size(unsigned char pool_id);

struct rb_execution_context_struct; /* in vm_core.h */
Expand Down

0 comments on commit 9546c70

Please sign in to comment.