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/preprocessor/preproc_cache.c')
-rw-r--r--src/zabbix_server/preprocessor/preproc_cache.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/zabbix_server/preprocessor/preproc_cache.c b/src/zabbix_server/preprocessor/preproc_cache.c
index 347d5198b6f..674da06cc56 100644
--- a/src/zabbix_server/preprocessor/preproc_cache.c
+++ b/src/zabbix_server/preprocessor/preproc_cache.c
@@ -26,8 +26,6 @@ ZBX_VECTOR_IMPL(ppcache, zbx_preproc_cache_ref_t);
/******************************************************************************
* *
- * Function: zbx_preproc_cache_get *
- * *
* Purpose: get cache by preprocessing step type *
* *
* Parameters: cache - [IN] the preprocessing cache *
@@ -52,8 +50,6 @@ void *zbx_preproc_cache_get(zbx_preproc_cache_t *cache, unsigned char type)
/******************************************************************************
* *
- * Function: zbx_preproc_cache_put *
- * *
* Purpose: put preprocessing step cache into preprocessing cache *
* *
* Parameters: cache - [IN] the preprocessing cache *
@@ -76,8 +72,6 @@ void zbx_preproc_cache_put(zbx_preproc_cache_t *cache, unsigned char type, void
/******************************************************************************
* *
- * Function: zbx_preproc_cache_init *
- * *
* Purpose: initialize preprocessing cache *
* *
******************************************************************************/
@@ -88,8 +82,6 @@ void zbx_preproc_cache_init(zbx_preproc_cache_t *cache)
/******************************************************************************
* *
- * Function: zbx_preproc_cache_clear *
- * *
* Purpose: free resources allocated by preprocessing cache *
* *
******************************************************************************/