From e13b67965036189b3ac0a96ca58c58589077cd7e Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 14 Jul 2025 02:03:08 +0200 Subject: [PATCH] build: Fix unit tests not building anymore --- lib/libimhex/include/hex/test/test_provider.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/libimhex/include/hex/test/test_provider.hpp b/lib/libimhex/include/hex/test/test_provider.hpp index 4d81661b9..fdfab827f 100644 --- a/lib/libimhex/include/hex/test/test_provider.hpp +++ b/lib/libimhex/include/hex/test/test_provider.hpp @@ -27,10 +27,6 @@ namespace hex::test { return ""; } - [[nodiscard]] std::vector getDataDescription() const override { - return {}; - } - void readRaw(u64 offset, void *buffer, size_t size) override { if (offset + size > m_data->size()) return;