diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-12-28 20:50:49 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-12-28 20:50:49 +0300 |
commit | dbd7540a0476118a831cdc326dc7471f86fb1b9c (patch) | |
tree | 9bef7754eba77e7da2639967c6e43e4d5d9fefaa /src/nxt_http.h | |
parent | cb3c7dd40c614b99bb430a35399b3b2085a314ed (diff) | |
download | unit-dbd7540a0476118a831cdc326dc7471f86fb1b9c.tar.gz unit-dbd7540a0476118a831cdc326dc7471f86fb1b9c.tar.bz2 |
Removed duplicate declaration.
Diffstat (limited to 'src/nxt_http.h')
-rw-r--r-- | src/nxt_http.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |