mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
remove useless error handling functions
Some of the changes from https://github.com/kiwix/kiwix-lib/pull/292 that doesn't work properly are removed
This commit is contained in:
committed by
Matthieu Gautier
parent
e20c3520dc
commit
6bcecc2677
@ -97,7 +97,6 @@ class Downloader
|
||||
|
||||
size_t getNbDownload() { return m_knownDownloads.size(); }
|
||||
std::vector<std::string> getDownloadIds();
|
||||
const std::string &getAria2LaunchCmd();
|
||||
|
||||
private:
|
||||
std::map<std::string, std::unique_ptr<Download>> m_knownDownloads;
|
||||
|
Reference in New Issue
Block a user