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:
luddens
2020-01-13 23:00:12 +01:00
committed by Matthieu Gautier
parent e20c3520dc
commit 6bcecc2677
4 changed files with 3 additions and 10 deletions

View File

@ -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;