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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-09-03 14:13:38 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-09-03 14:13:38 +0300
commite530b0e82ae59ca359b1cc9dfd1993cf89efb212 (patch)
tree2f5a7b3e162ffa5268061c8c745b94e5fcf9e7ae /include/zbxtrends.h
parent6f7541118e4b4d3988e06e338e19c5447d4c376a (diff)
........S. [ZBXNEXT-6824,ZBXNEXT-6825] removed unused functions
Diffstat (limited to 'include/zbxtrends.h')
-rw-r--r--include/zbxtrends.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zbxtrends.h b/include/zbxtrends.h
index 33ed4387d14..80466d2be4b 100644
--- a/include/zbxtrends.h
+++ b/include/zbxtrends.h
@@ -32,7 +32,6 @@ int zbx_trends_parse_nextcheck(time_t from, const char *period_shift, time_t *ne
int zbx_trends_eval_avg(const char *table, zbx_uint64_t itemid, int start, int end, double *value, char **error);
int zbx_trends_eval_count(const char *table, zbx_uint64_t itemid, int start, int end, double *value, char **error);
-int zbx_trends_eval_delta(const char *table, zbx_uint64_t itemid, int start, int end, double *value, char **error);
int zbx_trends_eval_max(const char *table, zbx_uint64_t itemid, int start, int end, double *value, char **error);
int zbx_trends_eval_min(const char *table, zbx_uint64_t itemid, int start, int end, double *value, char **error);
int zbx_trends_eval_sum(const char *table, zbx_uint64_t itemid, int start, int end, double *value, char **error);