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_agent/vmstats.c')
-rw-r--r--src/zabbix_agent/vmstats.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zabbix_agent/vmstats.c b/src/zabbix_agent/vmstats.c
index 706a3770fe9..5adc57292c9 100644
--- a/src/zabbix_agent/vmstats.c
+++ b/src/zabbix_agent/vmstats.c
@@ -76,8 +76,6 @@ static zbx_uint64_t last_rblks = 0; /* 512 bytes blocks read from all disks */
/******************************************************************************
* *
- * Function: update_vmstat *
- * *
* Purpose: update vmstat values at most once per second *
* *
* Parameters: vmstat - a structure containing vmstat data *