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/libs/zbxhistory/zbx_history_get_values.c')
-rw-r--r--tests/libs/zbxhistory/zbx_history_get_values.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/libs/zbxhistory/zbx_history_get_values.c b/tests/libs/zbxhistory/zbx_history_get_values.c
index 23acce8b014..5090df7c040 100644
--- a/tests/libs/zbxhistory/zbx_history_get_values.c
+++ b/tests/libs/zbxhistory/zbx_history_get_values.c
@@ -285,9 +285,6 @@ static int vc_history_record_compare_desc_func(const zbx_history_record_t *d1, c
return d2->timestamp.sec - d1->timestamp.sec;
}
-/******************************************************************************
- * *
- ******************************************************************************/
void zbx_mock_test_entry(void **state)
{
char *error = NULL;