removed left-over unused variables

This commit is contained in:
Arvid Norberg 2014-07-02 02:53:10 +00:00
parent 4988a410b1
commit 6e275fbe21
3 changed files with 0 additions and 3 deletions

View File

@ -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();

View File

@ -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");

View File

@ -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));