]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
daemon/worker.h: drop unused typedef qr_task_send_cb
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 25 Aug 2016 16:11:12 +0000 (18:11 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 25 Aug 2016 16:11:12 +0000 (18:11 +0200)
daemon/worker.h

index bf0cb04cf376c3bef0ee22683e263a317dcc358e..bab10fe6f751de0bdb714df79dfb6944a5bd58e1 100644 (file)
@@ -62,9 +62,6 @@ int worker_resolve(struct worker_ctx *worker, knot_pkt_t *query, unsigned option
 /** Collect worker mempools */
 void worker_reclaim(struct worker_ctx *worker);
 
-struct qr_task;
-typedef int (*qr_task_send_cb)(struct qr_task *task, uv_handle_t *handle, int status);
-
 
 /** @cond internal */