Browse Source

submit_work_async is no longer used directly by driver code.

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

+ 1 - 1
cgminer.c

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