From dbd7540a0476118a831cdc326dc7471f86fb1b9c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 28 Dec 2017 20:50:49 +0300 Subject: Removed duplicate declaration. --- src/nxt_application.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nxt_application.h') diff --git a/src/nxt_application.h b/src/nxt_application.h index a9a1d5d3..664e831b 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -115,8 +115,6 @@ typedef struct { } nxt_app_request_t; -typedef struct nxt_http_request_s nxt_http_request_t; - typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t; struct nxt_app_parse_ctx_s { -- cgit