diff --git a/src/create_torrent.cpp b/src/create_torrent.cpp index 3dd23fbc7..53228bba4 100644 --- a/src/create_torrent.cpp +++ b/src/create_torrent.cpp @@ -700,9 +700,6 @@ namespace { p.append(h.data(), h.size()); } - std::vector buf; - bencode(std::back_inserter(buf), info); - return dict; }