Skip to content

Commit

Permalink
undo unnecessary modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali committed Nov 20, 2024
1 parent 0467284 commit 4ad3c24
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions barretenberg/cpp/src/barretenberg/polynomials/polynomial.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,6 @@ template <typename Fr> class Polynomial {
{
return Polynomial(/*actual size*/ virtual_size - 1, virtual_size, /*shiftable offset*/ 1);
}

/* @brief Utility to efficiently construct a shift from the original polynomial.
*
* @param virtual_size the size of the polynomial to be shifted
* @return Polynomial
*/
static Polynomial shiftable(size_t virtual_size, DontZeroMemory flag)
{
return Polynomial(/*actual size*/ virtual_size - 1, virtual_size, /*shiftable offset*/ 1, flag);
}
// Allow polynomials to be entirely reset/dormant
Polynomial() = default;

Expand Down

0 comments on commit 4ad3c24

Please sign in to comment.