rtomayko / posix-spawn

Ruby process spawning library
Other
519 stars 52 forks source link

Remove unused variable and warning #73

Closed JuanitoFatas closed 8 years ago

JuanitoFatas commented 8 years ago

Spotted while running tests:

/Users/Juan/.gem/ruby/2.3.1/gems/posix-spawn-0.3.11/lib/posix/spawn/child.rb:161: warning: assigned but unused variable - boom
/Users/Juan/.gem/ruby/2.3.1/gems/posix-spawn-0.3.11/lib/posix/spawn/child.rb:200: warning: assigned but unused variable - offset
piki commented 8 years ago

Thanks for the cleanup.