From f9321686a769822cb5d8df42eae0ee1569efa070 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 27 Jan 2024 17:11:29 +0000 Subject: [PATCH] Remove old reference to FindLastBit64 from tests --- src/tests/bitmath_func.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/bitmath_func.cpp b/src/tests/bitmath_func.cpp index e96093bbc6..8aaf3eae09 100644 --- a/src/tests/bitmath_func.cpp +++ b/src/tests/bitmath_func.cpp @@ -13,8 +13,6 @@ #include "../core/bitmath_func.hpp" -extern uint8_t FindLastBit64(uint64_t x); - TEST_CASE("FindLastBit tests") { CHECK(FindLastBit(0) == 0);