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 'include/dbcache.h')
-rw-r--r--include/dbcache.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 5a4af26d77c..3343ac5759f 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -467,15 +467,6 @@ ZBX_DC_TREND;
typedef struct
{
- zbx_uint64_t itemid;
- zbx_timespec_t timestamp;
- zbx_variant_t value;
- unsigned char value_type;
-}
-zbx_item_history_value_t;
-
-typedef struct
-{
zbx_uint64_t itemid;
history_value_t value;
zbx_uint64_t lastlogsize;