Removed useless declaration

This commit is contained in:
emeric
2025-07-18 13:55:39 +02:00
parent 288f764a6a
commit aa23350f56
@@ -47,8 +47,6 @@ namespace lms::db
void execute(std::string_view statement); void execute(std::string_view statement);
void optimize(); // need to acquire a write transaction
// All these methods will acquire transactions // All these methods will acquire transactions
void fullAnalyze(); // helper for retrieveEntriesToAnalyze + analyzeEntry void fullAnalyze(); // helper for retrieveEntriesToAnalyze + analyzeEntry
void retrieveEntriesToAnalyze(std::vector<std::string>& entryList); void retrieveEntriesToAnalyze(std::vector<std::string>& entryList);