diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-07-11 16:53:11 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-07-11 16:53:11 +0300 |
commit | 8fd32c9394c3c6817ce1fc4834e51a390d270333 (patch) | |
tree | 383dc7169915230b4aaf76d5eb1769e82e42d190 | |
parent | a27e76779feedddee663320062b1331ca0b94e3b (diff) | |
download | unit-8fd32c9394c3c6817ce1fc4834e51a390d270333.tar.gz unit-8fd32c9394c3c6817ce1fc4834e51a390d270333.tar.bz2 |
Removed unused "nxt_app_header_field_t" structure.
It's not used since 3b77edf46701.
-rw-r--r-- | src/nxt_application.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h index b5ce3e63..1fca5dff 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -89,12 +89,6 @@ struct nxt_common_app_conf_s { typedef struct { - nxt_str_t name; - nxt_str_t value; -} nxt_app_header_field_t; - - -typedef struct { nxt_str_t method; nxt_str_t target; nxt_str_t version; |