Browse Source

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

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

+ 0 - 1
cgminer.c

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