details: http://hg.nginx.org/nginx/rev/4eb1b5c6d9c6 branches: changeset: 6392:4eb1b5c6d9c6 user: Roman Arutyunyan <a...@nginx.com> date: Thu Feb 11 14:20:22 2016 +0300 description: Stream: removed useless typedef.
diffstat: src/stream/ngx_stream_proxy_module.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diffs (13 lines): diff -r 965e4223e702 -r 4eb1b5c6d9c6 src/stream/ngx_stream_proxy_module.c --- a/src/stream/ngx_stream_proxy_module.c Wed Feb 10 11:36:25 2016 +0300 +++ b/src/stream/ngx_stream_proxy_module.c Thu Feb 11 14:20:22 2016 +0300 @@ -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; _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel