From aa23350f5637a9fe1881dadb10905edc4705006d Mon Sep 17 00:00:00 2001 From: emeric Date: Fri, 18 Jul 2025 13:55:39 +0200 Subject: [PATCH] Removed useless declaration --- src/libs/database/include/database/Session.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libs/database/include/database/Session.hpp b/src/libs/database/include/database/Session.hpp index b1e3f5c7..c07f43c5 100644 --- a/src/libs/database/include/database/Session.hpp +++ b/src/libs/database/include/database/Session.hpp @@ -47,8 +47,6 @@ namespace lms::db void execute(std::string_view statement); - void optimize(); // need to acquire a write transaction - // All these methods will acquire transactions void fullAnalyze(); // helper for retrieveEntriesToAnalyze + analyzeEntry void retrieveEntriesToAnalyze(std::vector& entryList);