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>2019-01-16 17:08:56 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2019-01-16 17:08:56 +0300
commit0d8e0fc77b2621d34439500e31efe2004dc5bd32 (patch)
treee99641314afaf10dc1faa17bc027cec068149f42 /include/zbxself.h
parent0c7ef16dc83a3bde8c9c38654203f0c4a960d7a5 (diff)
.......PS. [ZBXNEXT-401] removed unused variables; removed redundant variables; remove unnecessary heap allocation of const size array
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index be1e18809bc..b34012bdb3e 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -34,7 +34,6 @@
/* the process statistics */
typedef struct
{
- int process_type;
double busy_max;
double busy_min;
double busy_avg;