From dbe68623958fddf4e4d70958fef08d327ce089af Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 16 Jul 2017 19:56:59 +0300 Subject: Fixed building by Clang. --- src/nxt_router.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/nxt_router.h b/src/nxt_router.h index 5c96bdac..ea7a54bc 100644 --- a/src/nxt_router.h +++ b/src/nxt_router.h @@ -68,9 +68,6 @@ typedef struct { } 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 { nxt_thread_mutex_t mutex; nxt_queue_t ports; -- cgit