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);