ruby / debug

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

Fix warnings for unused variables #1019

Closed andyw8 closed 1 year ago

andyw8 commented 1 year ago

Fixes the following warnings:

.../3.0.0/gems/debug-1.8.0/lib/debug/session.rb:2527: warning: assigned but unused variable - sym
.../3.0.0/gems/debug-1.8.0/lib/debug/thread_client.rb:618: warning: assigned but unused variable - e
st0012 commented 1 year ago

This is duplicated with #993 and #1018