Skip to content

Commit 541866b

Browse files
sanityclaude
andcommitted
refactor: remove unused score.rs module
Per review feedback - the Score type wasn't actually used anywhere in the codebase, so remove it rather than keeping dead code with allow(dead_code) attributes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 3207180 commit 541866b

File tree

2 files changed

+0
-154
lines changed

2 files changed

+0
-154
lines changed

crates/core/src/ring/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,9 @@ mod connection;
3737
mod live_tx;
3838
mod location;
3939
mod peer_key_location;
40-
mod score;
4140
mod seeding;
4241
mod seeding_cache;
4342

44-
#[allow(unused_imports)] // Score will be used as refactoring progresses
45-
pub use score::Score;
46-
4743
pub use self::live_tx::LiveTransactionTracker;
4844
pub use connection::Connection;
4945
pub use location::{Distance, Location};

crates/core/src/ring/score.rs

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)