summaryrefslogtreecommitdiffstats
path: root/test/test_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helpers.h')
-rw-r--r--test/test_helpers.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_helpers.h b/test/test_helpers.h
index 49328f623f..8a8669c624 100644
--- a/test/test_helpers.h
+++ b/test/test_helpers.h
@@ -10,7 +10,4 @@
#include <math.h>
#include <float.h>
-#define assert_double_equal(a, b) assert_true(fabs((a) - (b)) <= DBL_EPSILON * fmax(fabs(a), fabs(b)))
-#define assert_float_equal(a, b) assert_true(fabsf((a) - (b)) <= FLT_EPSILON * fmaxf(fabsf(a), fabsf(b)))
-
#endif