aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-03-24 02:47:12 +0000
committertobtoht <tob@featherwallet.org>2025-03-24 02:47:12 +0000
commitf118605e670d6496d486ef7ef085e5a967a0d76e (patch)
tree8ed3d30bff371a87aa19ed9e189262a669b6d8e5
parentc639000ff3b4276c60696d2015341cd4308fe3d0 (diff)
parent9468a5e544b04ee298092cb2d4f0f344e92092a1 (diff)
downloadmonzero-core-f118605e670d6496d486ef7ef085e5a967a0d76e.tar.gz
monzero-core-f118605e670d6496d486ef7ef085e5a967a0d76e.tar.xz
monzero-core-f118605e670d6496d486ef7ef085e5a967a0d76e.zip
Merge pull request #9836
9468a5e54 cryptonote_basic: remove unused struct (tobtoht)
-rw-r--r--src/cryptonote_basic/cryptonote_basic_impl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cryptonote_basic/cryptonote_basic_impl.h b/src/cryptonote_basic/cryptonote_basic_impl.h
index b423573c5..ca991f05e 100644
--- a/src/cryptonote_basic/cryptonote_basic_impl.h
+++ b/src/cryptonote_basic/cryptonote_basic_impl.h
@@ -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