From 33b8e5bc0698c96177a69aa783375aa47ac980d1 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 23 Apr 2015 14:17:40 +0300 Subject: Removed the obsolete rtsig module. --- src/os/unix/ngx_linux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/os/unix/ngx_linux.h') diff --git a/src/os/unix/ngx_linux.h b/src/os/unix/ngx_linux.h index 1b8bdac51..13d654e39 100644 --- a/src/os/unix/ngx_linux.h +++ b/src/os/unix/ngx_linux.h @@ -12,7 +12,5 @@ ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit); -extern int ngx_linux_rtsig_max; - #endif /* _NGX_LINUX_H_INCLUDED_ */ -- cgit