remove left-over, rendant, encoding of the info-dict in create_torrent::generate()
This commit is contained in:
parent
bb0ae48a75
commit
ce52d9c685
|
@ -700,9 +700,6 @@ namespace {
|
|||
p.append(h.data(), h.size());
|
||||
}
|
||||
|
||||
std::vector<char> buf;
|
||||
bencode(std::back_inserter(buf), info);
|
||||
|
||||
return dict;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue