Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxconf/cfg.c')
-rw-r--r--src/libs/zbxconf/cfg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/zbxconf/cfg.c b/src/libs/zbxconf/cfg.c
index 792da1d4982..95bdb6fc373 100644
--- a/src/libs/zbxconf/cfg.c
+++ b/src/libs/zbxconf/cfg.c
@@ -25,10 +25,6 @@
extern unsigned char program_type;
-char *CONFIG_LOG_TYPE_STR = NULL;
-int CONFIG_LOG_TYPE = LOG_TYPE_UNDEFINED;
-char *CONFIG_LOG_FILE = NULL;
-int CONFIG_LOG_FILE_SIZE = 1;
int CONFIG_TIMEOUT = 3;
static int __parse_cfg_file(const char *cfg_file, struct cfg_line *cfg, int level, int optional, int strict,