diff options
author | Samuel Williams <[email protected]> | 2025-04-19 09:55:16 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2025-04-19 09:55:16 +0900 |
commit | 20a1c1dc6be9349521592fc21b17de3eb9f84051 (patch) | |
tree | ed351a040de001b8afca8f5c162ee653696a3d83 /internal.h | |
parent | 8bf14b048f9f9dcc9892959cecc356a33475f82a (diff) |
Ensure `struct rb_io` is passed through to `thread.c`. (#13134)
Notes
Notes:
Merged-By: ioquatix <[email protected]>
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/internal.h b/internal.h index 4fb99d1c08..002044cfa1 100644 --- a/internal.h +++ b/internal.h @@ -58,9 +58,6 @@ /* internal/array.h */ #define rb_ary_new_from_args(...) rb_nonexistent_symbol(__VA_ARGS__) -/* internal/io.h */ -#define rb_io_fptr_finalize(...) rb_nonexistent_symbol(__VA_ARGS__) - /* internal/string.h */ #define rb_fstring_cstr(...) rb_nonexistent_symbol(__VA_ARGS__) |