diff --git a/barretenberg/cpp/src/barretenberg/proof_system/relations/gen_perm_sort_relation.hpp b/barretenberg/cpp/src/barretenberg/proof_system/relations/gen_perm_sort_relation.hpp index 3d907b52cd41..ac25d184d231 100644 --- a/barretenberg/cpp/src/barretenberg/proof_system/relations/gen_perm_sort_relation.hpp +++ b/barretenberg/cpp/src/barretenberg/proof_system/relations/gen_perm_sort_relation.hpp @@ -99,50 +99,52 @@ template class GoblinTranslatorGenPermSortRelationImpl { // 1 + polynomial degree of this relation static constexpr size_t RELATION_LENGTH = 6; // degree((lagrange_last-1) * D(D - 1)(D - 2)(D - 3)) = 5 - static constexpr size_t LEN_1 = 6; - static constexpr size_t LEN_2 = 6; - static constexpr size_t LEN_3 = 6; - static constexpr size_t LEN_4 = 6; - static constexpr size_t LEN_5 = 6; - static constexpr size_t LEN_6 = 3; - static constexpr size_t LEN_7 = 3; - static constexpr size_t LEN_8 = 3; - static constexpr size_t LEN_9 = 3; - static constexpr size_t LEN_10 = 3; - template