diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-07-25 16:18:31 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-07-25 16:18:31 +0300 |
commit | 316c77a9de638c54e2574c205276917ff442d06e (patch) | |
tree | 7adb1b8cd00a8f54298840531e83f8242907aa60 /src/nxt_conn.h | |
parent | 578cd547c0f121267f8f66a0523fab67c433a90b (diff) | |
download | unit-316c77a9de638c54e2574c205276917ff442d06e.tar.gz unit-316c77a9de638c54e2574c205276917ff442d06e.tar.bz2 |
Fixed building on Solaris by Sun C.
Diffstat (limited to '')
-rw-r--r-- | src/nxt_conn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_conn.h b/src/nxt_conn.h index f08eafdd..0062158e 100644 --- a/src/nxt_conn.h +++ b/src/nxt_conn.h @@ -183,7 +183,6 @@ struct nxt_conn_s { typedef uint32_t nxt_req_id_t; -typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t; typedef struct { nxt_req_id_t req_id; |