From ad42065ad5061724fa870b5d153db7005d0b06b4 Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Mon, 4 Mar 2024 16:38:58 +0100 Subject: [PATCH] Remove unused method --- pineappl_cli/src/evolve.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pineappl_cli/src/evolve.rs b/pineappl_cli/src/evolve.rs index c39ff006..8d5a7a73 100644 --- a/pineappl_cli/src/evolve.rs +++ b/pineappl_cli/src/evolve.rs @@ -311,14 +311,6 @@ mod eko { }) } - // TODO: we could make this a Cow<'_, [f64]> - pub fn fac1(&self) -> Vec { - match self { - Self::V0 { fac1, .. } => fac1.clone(), - Self::V2 { fac1, .. } => fac1.values().copied().collect(), - } - } - pub fn iter_mut(&mut self) -> EkoSlicesIter { match self { Self::V0 {