From 5a3c8b26d10afb34f1554905bf4d2a741c7b66d5 Mon Sep 17 00:00:00 2001 From: Uma Roy Date: Thu, 7 Sep 2023 11:30:19 -0700 Subject: [PATCH] clippy --- plonky2/src/fri/oracle.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plonky2/src/fri/oracle.rs b/plonky2/src/fri/oracle.rs index a7182e15..8642a6c5 100644 --- a/plonky2/src/fri/oracle.rs +++ b/plonky2/src/fri/oracle.rs @@ -53,15 +53,6 @@ impl, C: GenericConfig, const D: usize> D impl, C: GenericConfig, const D: usize> PolynomialBatch { - pub fn default() -> Self { - Self { - polynomials: Vec::new(), - merkle_tree: MerkleTree::default(), - degree_log: 0, - rate_bits: 0, - blinding: false, - } - } /// Creates a list polynomial commitment for the polynomials interpolating the values in `values`. pub fn from_values( values: Vec>,