Remove m_readers in Library::impl

It is a deprecated interface and it is a simple wrapper on Archive.
This commit is contained in:
Matthieu Gautier
2022-04-26 17:44:07 +02:00
parent 7c688a4acc
commit 28fb76bbc2
2 changed files with 9 additions and 18 deletions

View File

@ -338,7 +338,7 @@ private: // functions
std::vector<std::string> getBookPropValueSet(BookStrPropMemFn p) const;
BookIdCollection filterViaBookDB(const Filter& filter) const;
void updateBookDB(const Book& book);
void dropReader(const std::string& bookId);
void dropCache(const std::string& bookId);
private: //data
std::unique_ptr<Impl> mp_impl;