diff --git a/coverage_point_calculator/src/lib.rs b/coverage_point_calculator/src/lib.rs index 25ebb0875..d51372655 100644 --- a/coverage_point_calculator/src/lib.rs +++ b/coverage_point_calculator/src/lib.rs @@ -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 {