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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-11-06 23:58:58 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2022-11-06 23:58:58 +0300
commitc7bc0851d14ac657d0ff75e21dd1397c923a4ce5 (patch)
tree089cf2e5c554589aa71f894fb6bba4a41072aedf
parent0071e0310cfce8ef54791d754f363f599a059a28 (diff)
........S. [ZBXNEXT-8009] removed unused variable
-rw-r--r--tests/libs/zbxjson/zbx_jsonpath_compile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libs/zbxjson/zbx_jsonpath_compile.c b/tests/libs/zbxjson/zbx_jsonpath_compile.c
index 05728efd119..4144398c895 100644
--- a/tests/libs/zbxjson/zbx_jsonpath_compile.c
+++ b/tests/libs/zbxjson/zbx_jsonpath_compile.c
@@ -50,8 +50,6 @@ static int mock_str_to_segment_type(const char *segment_type)
static void jsonpath_token_print(char **data, size_t *data_alloc, size_t *data_offset,
const zbx_jsonpath_token_t *token)
{
- int i;
-
switch (token->type)
{
case ZBX_JSONPATH_TOKEN_PATH_ABSOLUTE: