1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 15:27:53 +00:00

submit_work_async is no longer used directly by driver code.

This commit is contained in:
Con Kolivas 2013-05-19 16:39:07 +10:00
parent 41e6f48fe5
commit bb3b227b9b

View File

@ -5494,7 +5494,7 @@ static struct work *get_work(struct thr_info *thr, const int thr_id)
return work; return work;
} }
void submit_work_async(struct work *work_in, struct timeval *tv_work_found) static void submit_work_async(struct work *work_in, struct timeval *tv_work_found)
{ {
struct work *work = copy_work(work_in); struct work *work = copy_work(work_in);
struct pool *pool = work->pool; struct pool *pool = work->pool;