Removed unused structure.

This commit is contained in:
Valentin Bartenev
2017-08-22 17:37:58 +03:00
parent e34c7567c7
commit 6e444a7959

View File

@@ -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;