Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwards2225 committed Apr 5, 2023
1 parent 4fb04ee commit d2da790
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cpp/src/barretenberg/honk/proof_system/prover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ template <typename settings> plonk::proof& Prover<settings>::construct_proof()
// Compute Shplonk batched quotient commitment
execute_shplonk_batched_quotient_round();
execute_shplonk_partial_evaluation_round();
// execute_shplonk_round();
// queue.process_queue(); // NOTE: Don't remove; we may reinstate the queue

// Fiat-Shamir: z
Expand Down
1 change: 0 additions & 1 deletion cpp/src/barretenberg/honk/proof_system/prover.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ template <typename settings> class Prover {
void execute_pcs_evaluation_round();
void execute_shplonk_batched_quotient_round();
void execute_shplonk_partial_evaluation_round();
// void execute_shplonk_round();
void execute_kzg_round();

void compute_wire_commitments();
Expand Down

0 comments on commit d2da790

Please sign in to comment.