From 858a66d1ac96bfb7c4705b580bf26b13b79bb7dc Mon Sep 17 00:00:00 2001 From: arton Date: Tue, 22 Mar 2011 15:18:09 +0000 Subject: * win32/win32.c: fix r31152 (dup line) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'win32') diff --git a/win32/win32.c b/win32/win32.c index 6c9da16c14..2e92665275 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -3569,7 +3569,6 @@ poll_child_status(struct ChildRecord *child, int *stat_loc) goto error_exit; } pid = child->pid; - rb_pid_t pid = child->pid; CloseChildHandle(child); if (stat_loc) *stat_loc = exitcode << 8; return pid; -- cgit v1.2.3