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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-03-23 15:56:14 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-03-23 15:56:14 +0300
commit9b31d39d20d04a49855d44f85427bab094935d93 (patch)
treefcc2b64e0d06585532176e09a858ff9f67e930ff /include/zbxserver.h
parent7de31fc79d756078b2e2f648ab6f3c650fb92945 (diff)
........S. [ZBXNEXT-6457] removed redundant code
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 4ae907cc14b..c6f5cafc969 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -85,7 +85,6 @@ void zbx_determine_items_in_expressions(zbx_vector_ptr_t *trigger_order, const z
/* lld macro context */
#define ZBX_MACRO_ANY (ZBX_TOKEN_LLD_MACRO | ZBX_TOKEN_LLD_FUNC_MACRO | ZBX_TOKEN_USER_MACRO)
-#define ZBX_MACRO_NUMERIC (ZBX_MACRO_ANY | ZBX_TOKEN_NUMERIC)
#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)