summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_work_queue.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-07-18 18:04:17 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-07-18 18:04:17 +0300
commit9183ea3f710fe04bbeabed941061cce503eb6968 (patch)
tree9d4d182be04aabec11b5cdd700a5ee13b63754ab /src/nxt_work_queue.h
parent9d707800b0c7090424ae6426423041e8755623ce (diff)
downloadunit-9183ea3f710fe04bbeabed941061cce503eb6968.tar.gz
unit-9183ea3f710fe04bbeabed941061cce503eb6968.tar.bz2
Fixed building by Clang.
Diffstat (limited to 'src/nxt_work_queue.h')
-rw-r--r--src/nxt_work_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_work_queue.h b/src/nxt_work_queue.h
index 9694bfd2..05e222dd 100644
--- a/src/nxt_work_queue.h
+++ b/src/nxt_work_queue.h
@@ -32,7 +32,7 @@ struct nxt_task_s {
* source filters, so the data argument has been introduced and
* is used where appropriate.
*/
-typedef void (*nxt_work_handler_t)(nxt_task_t *task, void *obj, void *data);
+//typedef void (*nxt_work_handler_t)(nxt_task_t *task, void *obj, void *data);
struct nxt_work_s {