summaryrefslogtreecommitdiff
path: root/internal/gc.h
diff options
context:
space:
mode:
authorMatt Valentine-House <[email protected]>2023-03-07 19:59:48 +0000
committerMatt Valentine-House <[email protected]>2023-03-09 21:14:01 +0000
commit9546c70e090106280046a81385fca083d5d449a1 (patch)
tree3055f5b14a3cbad35448419c90eaa91ebf0514e6 /internal/gc.h
parent487142928aec557fce21bb191afa0169f4479fbd (diff)
Remove unused forward decl of rb_thread_struct
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7467
Diffstat (limited to 'internal/gc.h')
-rw-r--r--internal/gc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/gc.h b/internal/gc.h
index 749b73005c..ad0ceac7de 100644
--- a/internal/gc.h
+++ b/internal/gc.h
@@ -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 */