[前][次][番号順一覧][スレッド一覧]

ruby-changes:64210

From: Nobuyoshi <ko1@a...>
Date: Wed, 16 Dec 2020 19:10:59 +0900 (JST)
Subject: [ruby-changes:64210] 5193fbb6d0 (master): Removed stale declaration

https://git.ruby-lang.org/ruby.git/commit/?id=5193fbb6d0

From 5193fbb6d0dedfbc2b3c017456fb58a13136de01 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 16 Dec 2020 17:00:04 +0900
Subject: Removed stale declaration

rb_w32_pipe_exec was removed in 1.9.3, at
commit:7ac32d7a16734ea66de15319bcff2fd429abae7f.

diff --git a/include/ruby/win32.h b/include/ruby/win32.h
index b3b8b47..aac1c22 100644
--- a/include/ruby/win32.h
+++ b/include/ruby/win32.h
@@ -258,7 +258,6 @@ struct ifaddrs { https://github.com/ruby/ruby/blob/trunk/include/ruby/win32.h#L258
 
 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);
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]