lib/store-worker: remove

We're not using it.
This commit is contained in:
Dirk-Jan C. Binnema
2024-11-26 21:17:36 +02:00
parent d5d57b4327
commit 831deb2364
5 changed files with 1 additions and 258 deletions

View File

@ -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.
*