Remove unused modules/files

This commit is contained in:
Michael Davis 2023-08-05 10:25:12 -05:00
parent b4f547b0f4
commit f73a1988f2
No known key found for this signature in database
3 changed files with 0 additions and 10 deletions

View File

@ -1 +0,0 @@

View File

@ -1,9 +0,0 @@
pub struct MatchSnapshot {
chunks: Vec<Match>,
}
#[derive(PartialEq, Eq, PartialOrd, Ord, Debug, Clone, Copy)]
struct Match {
score: u32,
idx: u32,
}