chore: remove ComplexityModelClone

This commit is contained in:
Mayeul@Zama
2022-10-19 10:07:33 +02:00
committed by mayeul-zama
parent e7f888ca70
commit 50a2f1602a

View File

@@ -31,7 +31,3 @@ pub fn cache(
cb: circuit_bootstrap::cache(security_level, processing_unit, complexity_model.clone()),
}
}
trait ComplexityModelClone: ComplexityModel + Clone {}
impl<T: ComplexityModel + Clone> ComplexityModelClone for T {}