Skip to content

Commit

Permalink
remove redeclaration of bit_shift_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CblPOK-git authored and nkaskov committed Aug 5, 2023
1 parent b167e7b commit b806a20
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ namespace nil {
namespace blueprint {
namespace components {

namespace detail {
enum bit_shift_mode {
LEFT,
RIGHT,
};
} // namespace detail
using detail::bit_shift_mode;

template<typename ArithmetizationType, typename CurveType, typename Ed25519Type,
Expand Down

0 comments on commit b806a20

Please sign in to comment.