diff options
author | Samuel Williams <[email protected]> | 2023-03-10 23:38:09 +1300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-10 23:38:09 +1300 |
commit | 4dce12bead3bfd91fd80b5e7195f7f540ffffacb (patch) | |
tree | 8e13491a9f7166a2e16c02296a54396458b40516 | |
parent | 3c35c13aaa137085e5c70d48598d0973d5a7649a (diff) |
Remove prototypes for functions that are no longer used. (#7497)
Notes
Notes:
Merged-By: ioquatix <[email protected]>
-rw-r--r-- | process.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1072,10 +1072,6 @@ struct waitpid_state { int errnum; }; -int rb_sigwait_fd_get(const rb_thread_t *); -void rb_sigwait_sleep(const rb_thread_t *, int fd, const rb_hrtime_t *); -void rb_sigwait_fd_put(const rb_thread_t *, int fd); - static void waitpid_state_init(struct waitpid_state *w, rb_pid_t pid, int options) { |