Commit c4dd181a authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

remove unused struct ngx_http_push_stream_queue_elem_t

parent 5b8b865c
...@@ -31,11 +31,6 @@ ...@@ -31,11 +31,6 @@
#include <ngx_http.h> #include <ngx_http.h>
#include <nginx.h> #include <nginx.h>
typedef struct {
ngx_queue_t queue;
void *value;
} ngx_http_push_stream_queue_elem_t;
typedef struct { typedef struct {
ngx_queue_t queue; ngx_queue_t queue;
ngx_regex_t *agent; ngx_regex_t *agent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment