lib/store-worker: remove
We're not using it.
This commit is contained in:
@ -31,7 +31,6 @@
|
||||
#include "mu-config.hh"
|
||||
#include "mu-indexer.hh"
|
||||
#include "mu-query-results.hh"
|
||||
#include "mu-store-worker.hh"
|
||||
|
||||
#include <utils/mu-utils.hh>
|
||||
#include <utils/mu-utils.hh>
|
||||
@ -148,13 +147,6 @@ public:
|
||||
*/
|
||||
Indexer& indexer();
|
||||
|
||||
/**
|
||||
* Get the store-worker instance
|
||||
*
|
||||
* @return the store-worker
|
||||
*/
|
||||
StoreWorker& store_worker();
|
||||
|
||||
/**
|
||||
* Run a query; see the `mu-query` man page for the syntax.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user