Unused variables
diff --git a/Rakefile b/Rakefile
index c069e65..4cfc4f2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -214,10 +214,10 @@
                     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