Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Jul 6, 2020
1 parent 00a8d95 commit f43b39d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions storage-proofs/porep/src/stacked/vanilla/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,6 @@ impl<'a, Tree: 'static + MerkleTreeTrait, G: 'static + Hasher> StackedDrg<'a, Tr

// This channel will receive batches of columns and add them to the ColumnTreeBuilder.
let (builder_tx, builder_rx) = mpsc::sync_channel(0);
mpsc::sync_channel::<(Vec<GenericArray<Fr, ColumnArity>>, bool)>(
max_gpu_column_batch_size * ColumnArity::to_usize() * 32,
);

let config_count = configs.len(); // Don't move config into closure below.
rayon::scope(|s| {
Expand Down

0 comments on commit f43b39d

Please sign in to comment.