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 'src/zabbix_server/httppoller/httppoller.c')
-rw-r--r--src/zabbix_server/httppoller/httppoller.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/zabbix_server/httppoller/httppoller.c b/src/zabbix_server/httppoller/httppoller.c
index a9590d256f0..234e97ec448 100644
--- a/src/zabbix_server/httppoller/httppoller.c
+++ b/src/zabbix_server/httppoller/httppoller.c
@@ -34,8 +34,6 @@ extern ZBX_THREAD_LOCAL int server_num, process_num;
/******************************************************************************
* *
- * Function: get_minnextcheck *
- * *
* Purpose: calculate when we have to process earliest httptest *
* *
* Return value: timestamp of earliest check or -1 if not found *
@@ -78,8 +76,6 @@ static int get_minnextcheck(void)
/******************************************************************************
* *
- * Function: main_httppoller_loop *
- * *
* Purpose: main loop of processing of httptests *
* *
* Parameters: *