commit | 9ed76b5d7a130fc2596f2cba49b5fbcca86b6ab6 | [log] [tgz] |
---|---|---|
author | Roman Arutyunyan <arut@nginx.com> | Thu Feb 11 14:20:22 2016 +0300 |
committer | Roman Arutyunyan <arut@nginx.com> | Thu Feb 11 14:20:22 2016 +0300 |
tree | 10326341a8fcc9bc6b7cf1b0e2a01077bfdd9d92 | |
parent | 8af88c9b2c1949abd89520eaa64e00122476edad [diff] |
Stream: removed useless typedef.
diff --git a/src/stream/ngx_stream_proxy_module.c b/src/stream/ngx_stream_proxy_module.c index 6800500..42c3374 100644 --- a/src/stream/ngx_stream_proxy_module.c +++ b/src/stream/ngx_stream_proxy_module.c
@@ -10,9 +10,6 @@ #include <ngx_stream.h> -typedef void (*ngx_stream_proxy_handler_pt)(ngx_stream_session_t *s); - - typedef struct { ngx_msec_t connect_timeout; ngx_msec_t timeout;