Merge pull request #9836

9468a5e54 cryptonote_basic: remove unused struct (tobtoht)
This commit is contained in:
tobtoht 2025-03-24 02:47:12 +00:00
commit f118605e67
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -39,15 +39,6 @@ namespace cryptonote {
/************************************************************************/
/* */
/************************************************************************/
template<class t_array>
struct array_hasher: std::unary_function<t_array&, std::size_t>
{
std::size_t operator()(const t_array& val) const
{
return boost::hash_range(&val.data[0], &val.data[sizeof(val.data)]);
}
};
#pragma pack(push, 1)
struct public_address_outer_blob