ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

Removed unused variables #1018

Closed hsbt closed 1 year ago

hsbt commented 1 year ago

Description

If we invoked rails new railsapp with RUBYOPT=-w, we will get the following warnings.

/path/to/debug-1.8.0/lib/debug/session.rb:2527: warning: assigned but unused variable - sym
/path/to/debug-1.8.0/lib/debug/thread_client.rb:618: warning: assigned but unused variable - e

I removed them.

st0012 commented 1 year ago

I think this is duplicated with #993

hsbt commented 1 year ago

👍 Thanks. I'll close this.