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_http.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/nxt_http.h') diff --git a/src/nxt_http.h b/src/nxt_http.h index c6704d68..e857ded4 100644 --- a/src/nxt_http.h +++ b/src/nxt_http.h @@ -46,9 +46,6 @@ typedef struct { } nxt_http_request_state_t; -typedef struct nxt_http_request_s nxt_http_request_t; - - typedef struct { nxt_http_request_parse_t parser; -- cgit