Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jul 27, 2023
1 parent 7494159 commit 6e3a727
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mobile_verifier/src/speedtests_average.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ pub struct SpeedtestAverages {
}

impl SpeedtestAverages {
#[allow(dead_code)]
pub fn into_iter(self) -> impl IntoIterator<Item = SpeedtestAverage> {
self.averages.into_values()
}

pub fn get_average(&self, pub_key: &PublicKeyBinary) -> Option<SpeedtestAverage> {
self.averages.get(pub_key).cloned()
Expand Down

0 comments on commit 6e3a727

Please sign in to comment.