diff src/os/unix/ngx_process_cycle.h @ 311:11ff50a35d6d

nginx-0.0.3-2004-04-12-20:38:09 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Apr 2004 16:38:09 +0000
parents 4b1a3a4acc60
children 56496082668b
line wrap: on
line diff
--- a/src/os/unix/ngx_process_cycle.h
+++ b/src/os/unix/ngx_process_cycle.h
@@ -7,8 +7,6 @@
 
 
 typedef struct {
-     ngx_file_t    pid;
-     u_char       *name;
      int           argc;
      char *const  *argv;
 } ngx_master_ctx_t;