# HG changeset patch # User Roman Arutyunyan # Date 1455189622 -10800 # Node ID 4eb1b5c6d9c6f4fdf5cabf4371eeb94458b8d789 # Parent 965e4223e7025006d646b81165a70aaa0a7fdc54 Stream: removed useless typedef. diff --git a/src/stream/ngx_stream_proxy_module.c b/src/stream/ngx_stream_proxy_module.c --- a/src/stream/ngx_stream_proxy_module.c +++ b/src/stream/ngx_stream_proxy_module.c @@ -10,9 +10,6 @@ #include -typedef void (*ngx_stream_proxy_handler_pt)(ngx_stream_session_t *s); - - typedef struct { ngx_msec_t connect_timeout; ngx_msec_t timeout;