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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-01-28 00:37:48 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-01-28 00:37:48 +0300
commit0bfb4a26a25cd64f2d1a1d29d17d109497af4faa (patch)
tree369be97f704a2b7bc28d0ebf6ad5253b7f5caa13 /tests
parentd1ddde6969cd7ec3fdf56258cc66606101304d6f (diff)
.......... [DEV-2062] removed redundant epsilon declaration
Diffstat (limited to 'tests')
-rw-r--r--tests/zbxmockassert.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/zbxmockassert.h b/tests/zbxmockassert.h
index 7d3f07d212f..3ee3bf7c129 100644
--- a/tests/zbxmockassert.h
+++ b/tests/zbxmockassert.h
@@ -22,8 +22,6 @@
#include "common.h"
-extern double ZBX_DOUBLE_EPSILON;
-
void __zbx_mock_assert_str_eq(const char *file, int line, const char *prefix_msg, const char *expected_value,
const char *returned_value);