mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
Cleanup.
This commit is contained in:
@@ -62,11 +62,11 @@ public:
|
||||
|
||||
static cn_hash_fun fn(const Algorithm &algorithm, AlgoVariant av, Assembly::Id assembly);
|
||||
|
||||
private:
|
||||
struct cn_hash_fun_array {
|
||||
cn_hash_fun data[AV_MAX][Assembly::MAX];
|
||||
};
|
||||
|
||||
private:
|
||||
std::map<Algorithm, cn_hash_fun_array*> m_map;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user