From 77c8686edd087a605b69e71c51c9adfe5bd26720 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 16 Oct 2025 12:17:13 -0400 Subject: pke: update pk.h to 0.9.4 --- tests/pke-test-types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/pke-test-types.h b/tests/pke-test-types.h index 097d42f..5a9ee24 100644 --- a/tests/pke-test-types.h +++ b/tests/pke-test-types.h @@ -3,7 +3,6 @@ #include #include -#include struct pke_test_long_jump { uint8_t expected_exit; @@ -39,9 +38,4 @@ struct pke_test_group { #define PKE_TEST_ASSERT(condition, index) if (!(condition)) { return ++index; } else { ++index; } -template -inline bool flt_equal(T a, T b, T epsilon) { - return std::abs(a - b) < epsilon; -} - #endif /* PKE_PKE_TEST_TYPES_H */ -- cgit v1.2.3