Commit 7bab156
drpcdebug: remove dead package
The drpcdebug package provided build-tag-gated debug logging that was
activated only when building with `-tags=debug`. Investigation shows it
was effectively dead code:
- No CI configuration or Makefile ever enabled the debug build tag
- No tests validated the debug-enabled code path
- CockroachDB (the primary consumer) never used it
- Last substantive change was in June 2021
- Only 4 callsites existed, all now replaced by Logger.Debugf
All functionality has been migrated to the Logger interface introduced
in the previous commits. The drpcdebug package is no longer imported
anywhere and can be safely deleted.
Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>1 parent 7b73c9f commit 7bab156
5 files changed
Lines changed: 1 addition & 73 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | 213 | | |
215 | | - | |
| 214 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments