Browse Source

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

nfactor-troky
Con Kolivas 12 years ago
parent
commit
82fa6e25d5
  1. 1
      cgminer.c

1
cgminer.c

@ -4075,7 +4075,6 @@ retry: @@ -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);

Loading…
Cancel
Save