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:44:51 +0300
committerArmands Arseniuss Skolmeisters <armands.skolmeisters@zabbix.com>2022-10-13 14:44:51 +0300
commit9b78e7048b95eeae82849c39ef1a1196b237300f (patch)
tree67d89047dd9c278b3b67d5ef92a5935862c5e83b /tests
parentabf4dc361b5dcb21b1a931123577c4d87da61b81 (diff)
...G...PS. [DEV-2144] removed global process_type variable
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 a5cef53a665..2d7773b2cda 100644
--- a/tests/zbxmocktest.c
+++ b/tests/zbxmocktest.c
@@ -26,8 +26,6 @@
unsigned char program_type = 0;
-ZBX_THREAD_LOCAL unsigned char process_type = 0;
-
int CONFIG_ALERTER_FORKS = 3;
int CONFIG_DISCOVERER_FORKS = 1;
int CONFIG_HOUSEKEEPER_FORKS = 1;