remove params.url.clear();

This commit is contained in:
pavel.pimenov 2018-10-20 15:05:48 +03:00 committed by Arvid Norberg
parent 88266edd43
commit b00ce69d58
1 changed files with 0 additions and 1 deletions

View File

@ -4887,7 +4887,6 @@ namespace aux {
params.url.clear();
auto t = std::make_shared<torrent_info>(torrent_file_path, std::ref(ec), 0);
if (ec) return std::make_pair(ptr_t(), false);
params.url.clear();
params.ti = t;
}
#endif