Commit f70cab3
Remove empty result_set_to_ruby_data_type method
The method was defined as an empty stub in JDBCConnection (`def ... end`
with no body, returning nil). It had zero call sites anywhere in lib/ or
spec/, no dynamic dispatch construction targets the name, and the
enclosing class is tagged `# :nodoc:` so it is not part of a documented
public API. Drop the dead code.
Net change: -3 LOC. No behavior change. Full suite is green
(468 examples, 0 failures, 1 pre-existing pending).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent afab1dc commit f70cab3
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | 393 | | |
397 | 394 | | |
398 | 395 | | |
| |||
0 commit comments