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");