diff --git a/cpp/src/barretenberg/honk/proof_system/prover.cpp b/cpp/src/barretenberg/honk/proof_system/prover.cpp index 50ec790663..3c93e9964b 100644 --- a/cpp/src/barretenberg/honk/proof_system/prover.cpp +++ b/cpp/src/barretenberg/honk/proof_system/prover.cpp @@ -319,7 +319,6 @@ template plonk::proof& Prover::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 diff --git a/cpp/src/barretenberg/honk/proof_system/prover.hpp b/cpp/src/barretenberg/honk/proof_system/prover.hpp index 633a034d8b..cef92763f9 100644 --- a/cpp/src/barretenberg/honk/proof_system/prover.hpp +++ b/cpp/src/barretenberg/honk/proof_system/prover.hpp @@ -44,7 +44,6 @@ template 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();