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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-01-11 17:30:31 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-01-11 17:30:31 +0300
commitc524198b5504f5d5fe423fd6ed947a198391b412 (patch)
tree283690a668dc61ab840c364fdc295560cb326d71 /tests/zbxmockjson.c
parent168d08c6f625a6861a540cba0170a0255da50920 (diff)
parentef58824b65443d4009ca9fee4c67746ff2891ffa (diff)
.......... [DEV-2051] removed functions names from the function comments
Diffstat (limited to 'tests/zbxmockjson.c')
-rw-r--r--tests/zbxmockjson.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/zbxmockjson.c b/tests/zbxmockjson.c
index 0f85d7bcd09..37d687c5dd8 100644
--- a/tests/zbxmockjson.c
+++ b/tests/zbxmockjson.c
@@ -154,8 +154,6 @@ static void json_flatten_contents(struct zbx_json_parse *jp, const char *prefix,
/******************************************************************************
* *
- * Function: json_flatten *
- * *
* Purpose: flattens json into vector of key (json path), value pairs, sorted *
* by keys *
* *
@@ -168,8 +166,6 @@ static void json_flatten(struct zbx_json_parse *jp, zbx_vector_ptr_pair_t *props
/******************************************************************************
* *
- * Function: __zbx_mock_assert_json_eq *
- * *
* Purpose: compares returned json with expected *
* *
* Comments: The comparison is done by first flattening both jsons into *