From a51f9f6b5845f7cdffacdfa52947cb0f65e4d7db Mon Sep 17 00:00:00 2001 From: maramihali Date: Wed, 26 Mar 2025 14:53:15 +0000 Subject: [PATCH] remove dummy ops in DeciderPK construction --- .../cpp/src/barretenberg/ultra_honk/decider_proving_key.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/barretenberg/cpp/src/barretenberg/ultra_honk/decider_proving_key.hpp b/barretenberg/cpp/src/barretenberg/ultra_honk/decider_proving_key.hpp index 8819ce408cec..f38694f009b9 100644 --- a/barretenberg/cpp/src/barretenberg/ultra_honk/decider_proving_key.hpp +++ b/barretenberg/cpp/src/barretenberg/ultra_honk/decider_proving_key.hpp @@ -86,12 +86,6 @@ template class DeciderProvingKey_ { } } - // TODO(https://github.com/AztecProtocol/barretenberg/issues/905): This is adding ops to the op queue but NOT to - // the circuit, meaning the ECCVM/Translator will use different ops than the main circuit. This will lead to - // failure once https://github.com/AztecProtocol/barretenberg/issues/746 is resolved. - if constexpr (IsMegaFlavor) { - circuit.op_queue->append_nonzero_ops(); - } vinfo("allocating polynomials object in proving key..."); { PROFILE_THIS_NAME("allocating proving key");