Remove prototypes for functions that are no longer used. (#7497)

This commit is contained in:
Samuel Williams 2023-03-10 23:38:09 +13:00 committed by GitHub
parent 3c35c13aaa
commit 4dce12bead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2023-03-10 10:38:29 +00:00
Merged-By: ioquatix <samuel@codeotaku.com>

View File

@ -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)
{