This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new fc371f0 Unused variables
fc371f0 is described below
commit fc371f09f380e2905a8d150a8d4c582f0fab609f
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 1 17:06:54 2021 +0000
Unused variables
---
Rakefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Rakefile b/Rakefile
index c069e65..4cfc4f2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -214,10 +214,10 @@ namespace :svn do
svncmd += files
end
puts "#{PREFIX} #{svncmd.join(' ')}"
- pid = Process.spawn(*svncmd, out: w, err: [:child, :out])
+ _pid = Process.spawn(*svncmd, out: w, err: [:child, :out])
w.close
- pid, status = Process.wait2
+ _pid, status = Process.wait2
outerr = r.read
r.close