mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-08 20:09:52 +00:00
Remove unused code.
This commit is contained in:
parent
29966fb491
commit
b34e3e1a7b
1 changed files with 0 additions and 2 deletions
|
@ -69,8 +69,6 @@ namespace randomx {
|
||||||
template void deallocCache<LargePageAllocator>(randomx_cache* cache);
|
template void deallocCache<LargePageAllocator>(randomx_cache* cache);
|
||||||
|
|
||||||
void initCache(randomx_cache* cache, const void* key, size_t keySize) {
|
void initCache(randomx_cache* cache, const void* key, size_t keySize) {
|
||||||
uint32_t memory_blocks, segment_length;
|
|
||||||
argon2_instance_t instance;
|
|
||||||
argon2_context context;
|
argon2_context context;
|
||||||
|
|
||||||
context.out = nullptr;
|
context.out = nullptr;
|
||||||
|
|
Loading…
Reference in a new issue