From 630906ce5be4ee8e6766bc9d8b193f62244af59c Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 6 Mar 2023 14:40:14 +0100 Subject: cryptonote_basic: remove unused struct --- src/cryptonote_basic/cryptonote_basic_impl.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/cryptonote_basic/cryptonote_basic_impl.h') 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 - struct array_hasher: std::unary_function - { - 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 -- cgit v1.2.3