Cleanup.
This commit is contained in:
parent
a0194ddd18
commit
4f6ffb67c1
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue