remove left-over, rendant, encoding of the info-dict in create_torrent::generate()

This commit is contained in:
arvidn 2019-04-26 15:48:49 +02:00 committed by Arvid Norberg
parent bb0ae48a75
commit ce52d9c685
1 changed files with 0 additions and 3 deletions

View File

@ -700,9 +700,6 @@ namespace {
p.append(h.data(), h.size());
}
std::vector<char> buf;
bencode(std::back_inserter(buf), info);
return dict;
}