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.

Con Kolivas 13 years ago
parent
commit
3ceb57b8f6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cgminer.c

+ 0 - 1
cgminer.c

@@ -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);