summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-07-11 16:53:11 +0300
committerValentin Bartenev <vbart@nginx.com>2018-07-11 16:53:11 +0300
commit8fd32c9394c3c6817ce1fc4834e51a390d270333 (patch)
tree383dc7169915230b4aaf76d5eb1769e82e42d190
parenta27e76779feedddee663320062b1331ca0b94e3b (diff)
downloadunit-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.h6
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;