]> git.kaiwu.me - nginx.git/commitdiff
Stream: removed useless typedef.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 11 Feb 2016 11:20:22 +0000 (14:20 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 11 Feb 2016 11:20:22 +0000 (14:20 +0300)
src/stream/ngx_stream_proxy_module.c

index 6800500cc0fb7100e3bc0a8329b0ad89e9135702..42c3374a1548e5ded12ae1532f25ee1a774e90bc 100644 (file)
@@ -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;