mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
cryptonote_basic: remove unused struct
This commit is contained in:
parent
65764dce8c
commit
b1710a4fcc
1 changed files with 0 additions and 9 deletions
|
@ -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)
|
#pragma pack(push, 1)
|
||||||
struct public_address_outer_blob
|
struct public_address_outer_blob
|
||||||
|
|
Loading…
Reference in a new issue