Fixed building by Clang.

This commit is contained in:
Igor Sysoev
2017-07-16 19:56:59 +03:00
parent 6fc7b70646
commit dbe6862395

View File

@@ -68,9 +68,6 @@ typedef struct {
} nxt_joint_job_t; } nxt_joint_job_t;
typedef struct nxt_app_module_s nxt_app_module_t;
typedef struct nxt_app_s nxt_app_t;
struct nxt_app_s { struct nxt_app_s {
nxt_thread_mutex_t mutex; nxt_thread_mutex_t mutex;
nxt_queue_t ports; nxt_queue_t ports;