summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2017-08-22 17:37:58 +0300
committerValentin Bartenev <vbart@nginx.com>2017-08-22 17:37:58 +0300
commit6e444a795968825fcceb426168b14e452bfd8259 (patch)
tree935a5b594e97f804a047a8a0f5f560aad03af73c /test
parente34c7567c779f7db8de2a049b26bc90eaf4d7ae0 (diff)
downloadunit-6e444a795968825fcceb426168b14e452bfd8259.tar.gz
unit-6e444a795968825fcceb426168b14e452bfd8259.tar.bz2
Removed unused structure.
Diffstat (limited to 'test')
-rw-r--r--test/nxt_http_parse_unit_test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/nxt_http_parse_unit_test.c b/test/nxt_http_parse_unit_test.c
index f264fe21..fe9b6b97 100644
--- a/test/nxt_http_parse_unit_test.c
+++ b/test/nxt_http_parse_unit_test.c
@@ -25,10 +25,6 @@ typedef struct {
} nxt_http_parse_unit_test_request_line_t;
-typedef struct {
-} nxt_http_parse_unit_test_fields_t;
-
-
typedef union {
void *pointer;
nxt_int_t result;