1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

There is no point running through clone_work from get_work() now that cloning is done from the get_work_thread.

This commit is contained in:
Con Kolivas 2012-08-21 21:11:22 +10:00
parent caa266ca3b
commit 82fa6e25d5

View File

@ -4075,7 +4075,6 @@ retry:
pool_resus(pool);
}
work_heap = clone_work(work_heap);
memcpy(work, work_heap, sizeof(struct work));
free_work(work_heap);