summaryrefslogtreecommitdiff
path: root/src/database/include/database.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include/database.hpp')
-rw-r--r--src/database/include/database.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp
index c75dbf96..88a18e17 100644
--- a/src/database/include/database.hpp
+++ b/src/database/include/database.hpp
@@ -87,8 +87,6 @@ class Database {
leveldb::DB* db_;
leveldb::Cache* cache_;
- std::shared_ptr<tasks::Worker> worker_task_;
-
// Not owned.
IFileGatherer& file_gatherer_;
ITagParser& tag_parser_;
@@ -98,8 +96,7 @@ class Database {
leveldb::Cache* cache,
IFileGatherer& file_gatherer,
ITagParser& tag_parser,
- locale::ICollator& collator,
- std::shared_ptr<tasks::Worker> worker);
+ locale::ICollator& collator);
auto dbMintNewTrackId() -> TrackId;