Skip to content

Commit

Permalink
nope, don't need em
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 24, 2024
1 parent fe75c6c commit 5fb20fc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/core/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,6 @@ impl Manifest {
self.records.iter()
}

/* pub fn len(&self) -> usize {
self.records.len()
}
pub fn is_empty(&self) -> bool {
self.records.len() == 0
}
*/
pub fn select_picklist(self, pick: &HashSet<(String, String)>) -> Self {
let records = self.records.iter().filter(|row| {
pick.contains(&(row.name().clone(), row.md5().clone()))
Expand Down

0 comments on commit 5fb20fc

Please sign in to comment.