indexer/store: avoid completed callback
This cause havoc / race conditions.
This commit is contained in:
@ -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_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user