Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Jul 3, 2024
1 parent 61b4e71 commit 37eb409
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions coverage_point_calculator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,18 +276,6 @@ pub enum ServiceProviderBoostedRewardEligibility {
RadioThresholdNotMet,
}

// #[derive(Debug, Clone, Copy, PartialEq)]
// pub enum RadioThreshold {
// Verified,
// Unverified,
// }

// impl RadioThreshold {
// fn is_met(&self) -> bool {
// matches!(self, Self::Verified)
// }
// }

#[cfg(test)]
mod tests {

Expand Down

0 comments on commit 37eb409

Please sign in to comment.