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