Remove unused constant

This commit is contained in:
Jason Rhinelander 2021-06-08 14:38:39 -03:00
parent 42f7862d46
commit 0e8b364c9c

View file

@ -76,10 +76,6 @@ std::string_view to_hashable(const T& value, char*&) {
return value;
}
template <typename T> constexpr bool is_str_vector = false;
template <> inline constexpr bool is_str_vector<std::vector<std::string>> = true;
template <> inline constexpr bool is_str_vector<std::vector<std::string_view>> = true;
}
/// Compute message's hash based on its constituents. The hash is a SHA-512 hash of the