diff --git a/src/util/reducing.rs b/src/util/reducing.rs index ab3e2771..12be80f6 100644 --- a/src/util/reducing.rs +++ b/src/util/reducing.rs @@ -146,17 +146,6 @@ impl ReducingFactorTarget { where F: RichField + Extendable, { - // let l = terms.len(); - // self.count += l as u64; - // - // let mut terms_vec = terms.to_vec(); - // let mut acc = builder.zero_extension(); - // terms_vec.reverse(); - // - // for x in terms_vec { - // acc = builder.mul_add_extension(self.base, acc, x); - // } - // acc let max_coeffs_len = ReducingExtGate::::max_coeffs_len( builder.config.num_wires, builder.config.num_routed_wires,