chore(cleanup): remove dead and stray code from src/ tree #218
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/pms-201-remove-dead-stray-code"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove #[allow(dead_code)] items, unused exports, permanent stubs, and stale comments that masked real unused-code warnings. Pure cleanup, no behavior change.
Two audit items were verified against current main and deliberately not actioned, because the audit was captured at an older revision (
9cd4103) and the codebase has moved on:Deferred: dropping the unused user_sessions.token_hash column. The column is NOT NULL with an index, so removal needs a new migration (outside this issue's src/-tree scope), and the audit flags it for coordination with the separate legacy-auth plaintext-token fix, which may repurpose or hash the column. Left in place to avoid colliding with that in-flight change.
#PMS-201