From 63d6bf7395425be73fd6d9f5c89dc48817afffe6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 6 Oct 2025 20:43:52 +0100 Subject: Add parked line import job Periodically, on idle, scan for and import previously parked lines. --- test/test-util.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test-util.hpp') diff --git a/test/test-util.hpp b/test/test-util.hpp index ac96ee6..f933cba 100644 --- a/test/test-util.hpp +++ b/test/test-util.hpp @@ -16,8 +16,6 @@ namespace WebStat { #undef XSTR #undef STR - using FilePtr = std::unique_ptr>; - struct MockDB : public DB::PluginMock { MockDB(); }; -- cgit v1.2.3