From 8fd32c9394c3c6817ce1fc4834e51a390d270333 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Wed, 11 Jul 2018 16:53:11 +0300 Subject: Removed unused "nxt_app_header_field_t" structure. It's not used since 3b77edf46701. --- src/nxt_application.h | 6 ------ 1 file changed, 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 @@ -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; -- cgit