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
path: root/tests
diff options
context:
space:
mode:
authorArmands Arseniuss Skolmeisters <armands.skolmeisters@zabbix.com>2022-10-13 14:03:13 +0300
committerArmands Arseniuss Skolmeisters <armands.skolmeisters@zabbix.com>2022-10-13 14:03:13 +0300
commitabf4dc361b5dcb21b1a931123577c4d87da61b81 (patch)
treeca70cdb358bdd9cedb132935928b7a28e5d4b3a6 /tests
parentde250296e961ec9e890fbee903d25c5fb941747f (diff)
...G...PS. [DEV-2144] removed global process_num, server_num variables
Diffstat (limited to 'tests')
-rw-r--r--tests/zbxmocktest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/zbxmocktest.c b/tests/zbxmocktest.c
index 2423769b6da..a5cef53a665 100644
--- a/tests/zbxmocktest.c
+++ b/tests/zbxmocktest.c
@@ -27,8 +27,6 @@
unsigned char program_type = 0;
ZBX_THREAD_LOCAL unsigned char process_type = 0;
-ZBX_THREAD_LOCAL int process_num = 0;
-ZBX_THREAD_LOCAL int server_num = 0;
int CONFIG_ALERTER_FORKS = 3;
int CONFIG_DISCOVERER_FORKS = 1;