summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_application.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nxt_application.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h
index 016214b3..d36d8cd1 100644
--- a/src/nxt_application.h
+++ b/src/nxt_application.h
@@ -60,8 +60,6 @@ struct nxt_common_app_conf_s {
char *working_directory;
- uint32_t workers;
-
union {
nxt_python_app_conf_t python;
nxt_php_app_conf_t php;