removed left-over unused variables
This commit is contained in:
parent
4988a410b1
commit
6e275fbe21
|
@ -546,7 +546,6 @@ void traversal_observer::reply(msg const& m)
|
|||
lazy_entry const* n = r->dict_find_string("nodes");
|
||||
if (n)
|
||||
{
|
||||
std::vector<node_entry> node_list;
|
||||
char const* nodes = n->string_ptr();
|
||||
char const* end = nodes + n->string_length();
|
||||
|
||||
|
|
|
@ -166,7 +166,6 @@ namespace libtorrent
|
|||
{
|
||||
ec.clear();
|
||||
std::string name;
|
||||
std::string tracker;
|
||||
|
||||
error_code e;
|
||||
std::string display_name = url_has_argument(uri, "dn");
|
||||
|
|
|
@ -2360,7 +2360,6 @@ namespace libtorrent
|
|||
piece_picker& picker = t->picker();
|
||||
piece_manager& fs = t->filesystem();
|
||||
|
||||
std::vector<piece_block> finished_blocks;
|
||||
piece_block block_finished(p.piece, p.start / t->block_size());
|
||||
TORRENT_ASSERT(verify_piece(p));
|
||||
|
||||
|
|
Loading…
Reference in New Issue