indexer/store: avoid completed callback

This cause havoc / race conditions.
This commit is contained in:
Dirk-Jan C. Binnema
2022-05-18 20:16:48 +03:00
parent c3778cd467
commit 9af9d0fa94
4 changed files with 26 additions and 24 deletions

View File

@ -456,12 +456,6 @@ private:
const Config& conf);
/**
* Call with indexing has completed to update metadata.
*/
friend class Indexer;
void index_complete();
std::unique_ptr<Private> priv_;
};