Browse Source

There is no point trying to clone_work in get_work() any more since we clone on every get_work_thread where possible.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
3ceb57b8f6
  1. 1
      cgminer.c

1
cgminer.c

@ -4082,7 +4082,6 @@ retry: @@ -4082,7 +4082,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