Remove unused code.

This commit is contained in:
XMRig
2020-05-04 02:07:38 +07:00
parent 811b7e343e
commit 90e32fd481

View File

@@ -69,8 +69,6 @@ namespace randomx {
template void deallocCache<LargePageAllocator>(randomx_cache* cache);
void initCache(randomx_cache* cache, const void* key, size_t keySize) {
uint32_t memory_blocks, segment_length;
argon2_instance_t instance;
argon2_context context;
context.out = nullptr;