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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-08-27 11:59:19 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-08-27 11:59:19 +0300
commit40381db3e07f3d745f275c25360134db3c610acc (patch)
treeeeba9adc26287a3db058bebc28281431a7dbd16f /include/zbxserver.h
parentaa567257c71cbe30ecdae1333e800f67619d996f (diff)
........S. [ZBXNEXT-6824,ZBXNEXT-6825] removed ZBX_MACRO_SIMPLE
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index ecf4f577f16..b6eccd8d0d2 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -125,7 +125,6 @@ int zbx_expression_eval_execute(zbx_expression_eval_t *eval, const zbx_timespec_
#define ZBX_MACRO_ANY (ZBX_TOKEN_LLD_MACRO | ZBX_TOKEN_LLD_FUNC_MACRO | ZBX_TOKEN_USER_MACRO)
#define ZBX_MACRO_JSON (ZBX_MACRO_ANY | ZBX_TOKEN_JSON)
#define ZBX_MACRO_XML (ZBX_MACRO_ANY | ZBX_TOKEN_XML)
-#define ZBX_MACRO_SIMPLE (ZBX_MACRO_ANY | ZBX_TOKEN_SIMPLE_MACRO)
#define ZBX_MACRO_FUNC (ZBX_MACRO_ANY | ZBX_TOKEN_FUNC_MACRO)
int substitute_lld_macros(char **data, const struct zbx_json_parse *jp_row, const zbx_vector_ptr_t *lld_macro_paths,