mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: remove ComplexityModelClone
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user