diff options
author | Igor Sysoev <igor@sysoev.ru> | 2018-06-18 17:14:25 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2018-06-18 17:14:25 +0300 |
commit | 6273819080584460db7a7a65fc69c3f92a84b05b (patch) | |
tree | f5aff12bacfdbac6c9875800c9033422d32063e1 /src/nxt_runtime.h | |
parent | e96374bfa122b035955d686aaf52b68ebe8292a0 (diff) | |
download | unit-6273819080584460db7a7a65fc69c3f92a84b05b.tar.gz unit-6273819080584460db7a7a65fc69c3f92a84b05b.tar.bz2 |
Removed unused single process type.
Diffstat (limited to 'src/nxt_runtime.h')
-rw-r--r-- | src/nxt_runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index 87b7966e..d0546e63 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -49,7 +49,6 @@ struct nxt_runtime_s { uint8_t daemon; uint8_t batch; - uint8_t main_process; const char *engine; uint32_t engine_connections; uint32_t auxiliary_threads; |