Removed unused "nxt_app_header_field_t" structure.

It's not used since 3b77edf46701.
This commit is contained in:
Valentin Bartenev
2018-07-11 16:53:11 +03:00
parent a27e76779f
commit 8fd32c9394

View File

@@ -88,12 +88,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;