Skip to content

Commit

Permalink
multiprecision: big_uint remove unused always_false
Browse files Browse the repository at this point in the history
  • Loading branch information
ioxid committed Dec 13, 2024
1 parent 3a0c5dc commit a7bc43b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ namespace nil::crypto3::multiprecision {
class big_uint;

namespace detail {
template<typename T>
static constexpr bool always_false = false;

template<typename T>
constexpr bool is_big_uint_v = false;

Expand Down

0 comments on commit a7bc43b

Please sign in to comment.