summaryrefslogtreecommitdiff
path: root/test/test-util.hpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-10-06 20:43:52 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-10-06 20:43:52 +0100
commit63d6bf7395425be73fd6d9f5c89dc48817afffe6 (patch)
tree98a98671e7676202dcf24b1ef700a9240b999e78 /test/test-util.hpp
parent5aa9cca0d2ff25c541d7df3b63519c28eb75b656 (diff)
downloadwebstat-63d6bf7395425be73fd6d9f5c89dc48817afffe6.tar.bz2
webstat-63d6bf7395425be73fd6d9f5c89dc48817afffe6.tar.xz
webstat-63d6bf7395425be73fd6d9f5c89dc48817afffe6.zip
Add parked line import jobwebstat-0.2
Periodically, on idle, scan for and import previously parked lines.
Diffstat (limited to 'test/test-util.hpp')
-rw-r--r--test/test-util.hpp2
1 files changed, 0 insertions, 2 deletions
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<std::FILE, DeleteWith<&fclose>>;
-
struct MockDB : public DB::PluginMock<PQ::Mock> {
MockDB();
};