diff options
| author | tobtoht <tob@featherwallet.org> | 2023-03-06 14:40:14 +0100 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-03-14 12:45:23 +0100 |
| commit | 9468a5e544b04ee298092cb2d4f0f344e92092a1 (patch) | |
| tree | db055bc5cc9ea5e9749c43ab9be7ab108f8fbabf /src/cryptonote_basic/cryptonote_basic_impl.h | |
| parent | 88a5d076822f39cdd897d3f962346f30e4901244 (diff) | |
| download | monzero-core-9468a5e544b04ee298092cb2d4f0f344e92092a1.tar.gz monzero-core-9468a5e544b04ee298092cb2d4f0f344e92092a1.tar.xz monzero-core-9468a5e544b04ee298092cb2d4f0f344e92092a1.zip | |
cryptonote_basic: remove unused struct
Diffstat (limited to 'src/cryptonote_basic/cryptonote_basic_impl.h')
| -rw-r--r-- | src/cryptonote_basic/cryptonote_basic_impl.h | 9 |
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 |
