Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Jan 20, 2025
1 parent 82354dd commit 9334ea0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions crates/sdk/src/prover/agg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,19 +173,6 @@ impl AggStarkProver {
}

impl LeafProvingController {
// pub fn new(
// leaf_vm_pk: Arc<VmProvingKey<SC, NativeConfig>>,
// leaf_committed_exe: Arc<NonRootCommittedExe>,
// ) -> Self {
// let prover = VmLocalProver::<SC, NativeConfig, BabyBearPoseidon2Engine>::new(
// leaf_vm_pk,
// leaf_committed_exe,
// );
// Self {
// prover,
// num_children: DEFAULT_NUM_CHILDREN_LEAF,
// }
// }
pub fn with_num_children(mut self, num_children_leaf: usize) -> Self {
self.num_children = num_children_leaf;
self
Expand Down

0 comments on commit 9334ea0

Please sign in to comment.