diff --git a/barretenberg/cpp/src/barretenberg/proof_system/relations/extra_relations.hpp b/barretenberg/cpp/src/barretenberg/proof_system/relations/extra_relations.hpp index c2c9f32cc9e..edd78f45377 100644 --- a/barretenberg/cpp/src/barretenberg/proof_system/relations/extra_relations.hpp +++ b/barretenberg/cpp/src/barretenberg/proof_system/relations/extra_relations.hpp @@ -11,31 +11,32 @@ template class GoblinTranslatorOpcodeConstraintRelationImpl { // 1 + polynomial degree of this relation static constexpr size_t RELATION_LENGTH = 7; // degree(op(op - 1)(op - 2)(op - 3)(op - 4)(op - 8)) = 6 - static constexpr size_t LEN_1 = 7; - - template