From bb3b227b9bd831317977e07ee3b4cf993e8aeac3 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 19 May 2013 16:39:07 +1000 Subject: [PATCH] submit_work_async is no longer used directly by driver code. --- cgminer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgminer.c b/cgminer.c index 102a370d..5bf0036a 100644 --- a/cgminer.c +++ b/cgminer.c @@ -5494,7 +5494,7 @@ static struct work *get_work(struct thr_info *thr, const int thr_id) 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 pool *pool = work->pool;