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:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-10-27 11:06:01 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-10-27 11:08:00 +0300
commit3378b5513d4d794bc75c299f1e0a62a25e8e1c62 (patch)
tree451c8a9f3a2ca2b8ad90b3f8536a118f06fb17af /include/log.h
parent56531813ce4c29801d09679716d94d82ee8f28f4 (diff)
.......PS. [ZBXNEXT-6921] implemented rejection of duplicates for history tables, updated schema
(cherry picked from commit b26f9827db916820c9e2dff3557ff2def3651152)
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/log.h b/include/log.h
index caa628c65c0..4f2acba3a31 100644
--- a/include/log.h
+++ b/include/log.h
@@ -47,18 +47,6 @@ extern int zbx_log_level;
((LOG_LEVEL_INFORMATION != (level) && \
((level) > zbx_log_level || LOG_LEVEL_EMPTY == (level))) ? FAIL : SUCCEED)
-typedef enum
-{
- ERR_Z3001 = 3001,
- ERR_Z3002,
- ERR_Z3003,
- ERR_Z3004,
- ERR_Z3005,
- ERR_Z3006,
- ERR_Z3007
-}
-zbx_err_codes_t;
-
#ifdef HAVE___VA_ARGS__
# define ZBX_ZABBIX_LOG_CHECK
# define zabbix_log(level, ...) \