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>,