Remove unused forward decl of rb_thread_struct

This commit is contained in:
Matt Valentine-House 2023-03-07 19:59:48 +00:00
Родитель 487142928a
Коммит 9546c70e09
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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 */