Commit e7339dd
Remove unused result_new local in get_ruby_value_from_result_set
Running specs under `RUBYOPT=-w` (e.g. JRuby head CI) surfaced:
lib/plsql/jdbc_connection.rb:381: warning: assigned but unused
variable - result_new
The variable was assigned but never read; the method already returned
the converted value. Dropping the assignment silences the warning
without changing behavior.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a473dd2 commit e7339dd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
0 commit comments