diff options
Diffstat (limited to '')
| -rw-r--r-- | src/os/unix/ngx_process.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/os/unix/ngx_process.h b/src/os/unix/ngx_process.h index 995e93ce2..b85c528d1 100644 --- a/src/os/unix/ngx_process.h +++ b/src/os/unix/ngx_process.h @@ -62,12 +62,6 @@ void ngx_debug_point(void); #endif -#if !defined(ngx_setproctitle) -ngx_int_t ngx_init_setproctitle(ngx_log_t *log); -void ngx_setproctitle(char *title); -#endif - - extern int ngx_argc; extern char **ngx_argv; extern char **ngx_os_argv; |
