Skip to content

Commit

Permalink
Removed stale declaration
Browse files Browse the repository at this point in the history
rb_w32_pipe_exec was removed in 1.9.3, at
commit:7ac32d7a16734ea66de15319bcff2fd429abae7f.
  • Loading branch information
nobu committed Dec 16, 2020
1 parent 8b32191 commit 5193fbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ruby/win32.h
Expand Up @@ -258,7 +258,6 @@ struct ifaddrs {

extern void rb_w32_sysinit(int *, char ***);
extern DWORD rb_w32_osid(void);
extern rb_pid_t rb_w32_pipe_exec(const char *, const char *, int, int *, int *);
extern int flock(int fd, int oper);
extern int rb_w32_io_cancelable_p(int);
extern int rb_w32_is_socket(int);
Expand Down

0 comments on commit 5193fbb

Please sign in to comment.