aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-04-25 11:20:12 -0400
committerluigi1111 <luigi1111w@gmail.com>2023-04-25 11:20:12 -0400
commit8172e4d8add0f5d18aeb8c44084376dbec55ce91 (patch)
tree39009082aa325014e76337befb8d7e5174d746b6
parentMerge pull request #8764 (diff)
parentcryptonote_basic: remove unused struct (diff)
downloadmonero-8172e4d8add0f5d18aeb8c44084376dbec55ce91.tar.xz
Merge pull request #8765
630906c 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 9746861e3..984bee19f 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