Removed unused var

This commit is contained in:
ntfs.hard
2022-10-22 13:37:00 +03:00
committed by Arvid Norberg
parent a0390dc466
commit b21cf127d8
2 changed files with 0 additions and 2 deletions

View File

@ -259,7 +259,6 @@ TORRENT_EXPORT int session_add_torrent(void* ses, int tag, ...)
if (!params.ti && torrent_data && torrent_size)
params.ti.reset(new (std::nothrow) torrent_info(torrent_data, torrent_size));
std::vector<char> rd;
if (resume_data && resume_size)
{
params.resume_data.assign(resume_data, resume_data + resume_size);