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
parent6f7541118e4b4d3988e06e338e19c5447d4c376a (diff)
........S. [ZBXNEXT-6824,ZBXNEXT-6825] removed unused functions
Diffstat (limited to 'include')
-rw-r--r--include/dbcache.h1
-rw-r--r--include/zbxserver.h2
-rw-r--r--include/zbxtrends.h1
3 files changed, 0 insertions, 4 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 7907df73d91..c0627966638 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -1001,7 +1001,6 @@ unsigned char zbx_dc_set_macro_env(unsigned char env);
const char *zbx_dc_get_instanceid(void);
char *zbx_dc_expand_user_macros(const char *text, zbx_uint64_t hostid);
-char *zbx_dc_expand_user_macros_in_func_params(const char *params, zbx_uint64_t hostid);
int zbx_dc_expand_user_macros_len(const char *text, size_t text_len, zbx_uint64_t *hostids, int hostids_num,
char **value, char **error);
diff --git a/include/zbxserver.h b/include/zbxserver.h
index b6eccd8d0d2..d3062c796ea 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -61,8 +61,6 @@
#define STR_CONTAINS_MACROS(str) (NULL != strchr(str, '{'))
-int evaluate_function(char **value, DC_ITEM *item, const char *function, const char *parameter,
- const zbx_timespec_t *ts, char **error);
int evaluate_function2(zbx_variant_t *value, DC_ITEM *item, const char *function, const char *parameter,
const zbx_timespec_t *ts, char **error);
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);