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:
Diffstat (limited to 'tests/zbxmockdata.c')
-rw-r--r--tests/zbxmockdata.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/zbxmockdata.c b/tests/zbxmockdata.c
index e22dd438050..d8eb61755b4 100644
--- a/tests/zbxmockdata.c
+++ b/tests/zbxmockdata.c
@@ -207,8 +207,6 @@ static void zbx_yaml_replace_node_rec(yaml_document_t *doc, yaml_node_t *parent,
/******************************************************************************
* *
- * Function: zbx_yaml_replace_node *
- * *
* Purpose: replaces node occurrences in mappings and sequences with the new *
* node index *
* *
@@ -240,8 +238,6 @@ static void zbx_yaml_replace_node(yaml_document_t *doc, int old_index, int new_i
/******************************************************************************
* *
- * Function: zbx_yaml_include_rec *
- * *
* Purpose: recursively include yaml documents from first level 'include' *
* mapping scalar value or sequence *
* *
@@ -281,8 +277,6 @@ static void zbx_yaml_include_rec(yaml_document_t *doc, int *index)
/******************************************************************************
* *
- * Function: zbx_yaml_check_include *
- * *
* Purpose: includes another yaml document if include tag is set *
* *
* Comments: The document is included by recursively copying its contents *
@@ -977,8 +971,6 @@ zbx_mock_error_t zbx_mock_int(zbx_mock_handle_t object, int *value)
/******************************************************************************
* *
- * Function: zbx_mock_string_ex *
- * *
* Purpose: return string object contents *
* *
* Comments: The object can be either scalar value or a mapping. In the first *