From 0bfb4a26a25cd64f2d1a1d29d17d109497af4faa Mon Sep 17 00:00:00 2001 From: Artjoms Rimdjonoks Date: Thu, 27 Jan 2022 23:37:48 +0200 Subject: .......... [DEV-2062] removed redundant epsilon declaration --- tests/zbxmockassert.h | 2 -- 1 file changed, 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); -- cgit v1.2.3