diff options
author | Roman Arutyunyan <arut@nginx.com> | 2016-02-11 14:20:22 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2016-02-11 14:20:22 +0300 |
commit | 1cdd0cc421f7b47db790369969059c179413d4f7 (patch) | |
tree | 10326341a8fcc9bc6b7cf1b0e2a01077bfdd9d92 /src/stream/ngx_stream_proxy_module.c | |
parent | 6b2e4f336c5e005cd72c4f1cc372a6b27225a0d3 (diff) | |
download | nginx-1cdd0cc421f7b47db790369969059c179413d4f7.tar.gz nginx-1cdd0cc421f7b47db790369969059c179413d4f7.zip |
Stream: removed useless typedef.
Diffstat (limited to 'src/stream/ngx_stream_proxy_module.c')
-rw-r--r-- | src/stream/ngx_stream_proxy_module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stream/ngx_stream_proxy_module.c b/src/stream/ngx_stream_proxy_module.c index 6800500cc..42c3374a1 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; |