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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-11-09 14:58:10 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-11-09 14:58:10 +0300
commitd46ca76eb1283f699d4f2346c72685533a92ec32 (patch)
tree78edbe6c94a3daa3b112707021d0e5610d876c05
parent32f78a0c1b1e39814cc83962d81d86a061272438 (diff)
........S. [ZBX-21825] removed unused variable
-rw-r--r--src/libs/zbxdbcache/dbcache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/zbxdbcache/dbcache.c b/src/libs/zbxdbcache/dbcache.c
index 934a320795b..a8f9138c947 100644
--- a/src/libs/zbxdbcache/dbcache.c
+++ b/src/libs/zbxdbcache/dbcache.c
@@ -2492,9 +2492,9 @@ static void DCmass_proxy_add_history(ZBX_DC_HISTORY *history, int history_num)
* proxy_subscribtions - [IN] history compression age *
* *
******************************************************************************/
-static void DCmass_prepare_history(ZBX_DC_HISTORY *history, const zbx_vector_uint64_t *itemids,
- DC_ITEM *items, const int *errcodes, int history_num, zbx_vector_ptr_t *item_diff,
- zbx_vector_ptr_t *inventory_values, int compression_age, zbx_vector_uint64_pair_t *proxy_subscribtions)
+static void DCmass_prepare_history(ZBX_DC_HISTORY *history, DC_ITEM *items, const int *errcodes, int history_num,
+ zbx_vector_ptr_t *item_diff, zbx_vector_ptr_t *inventory_values, int compression_age,
+ zbx_vector_uint64_pair_t *proxy_subscribtions)
{
static time_t last_history_discard = 0;
time_t now;