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/zbxmockutil.c')
-rw-r--r--tests/zbxmockutil.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/zbxmockutil.c b/tests/zbxmockutil.c
index 783ade0ed61..e4c60f5015f 100644
--- a/tests/zbxmockutil.c
+++ b/tests/zbxmockutil.c
@@ -82,8 +82,6 @@ zbx_mock_handle_t zbx_mock_get_object_member_handle(zbx_mock_handle_t object, co
/******************************************************************************
* *
- * Function: zbx_mock_str_to_token_type *
- * *
* Purpose: converts token type from text format *
* *
******************************************************************************/
@@ -113,8 +111,6 @@ void zbx_mock_str_to_token_type(const char *str, int *out)
/******************************************************************************
* *
- * Function: zbx_mock_str_to_value_type *
- * *
* Purpose: converts item value type from text format *
* *
******************************************************************************/
@@ -141,8 +137,6 @@ unsigned char zbx_mock_str_to_value_type(const char *str)
/******************************************************************************
* *
- * Function: zbx_mock_str_to_item_type *
- * *
* Purpose: converts item type from text format *
* *
******************************************************************************/
@@ -204,8 +198,6 @@ int zbx_mock_str_to_item_type(const char *str)
/******************************************************************************
* *
- * Function: zbx_mock_str_to_variant *
- * *
* Purpose: converts variant from text format *
* *
******************************************************************************/
@@ -305,8 +297,6 @@ int zbx_mock_get_object_member_int(zbx_mock_handle_t object, const char *name)
/******************************************************************************
* *
- * Function: zbx_mock_str_to_return_code *
- * *
* Purpose: converts common function return code from text format *
* *
******************************************************************************/
@@ -348,8 +338,6 @@ int zbx_mock_str_to_return_code(const char *str)
/******************************************************************************
* *
- * Function: zbx_mock_str_to_value_type *
- * *
* Purpose: converts item value type from text format *
* *
******************************************************************************/