fixed typo

This commit is contained in:
Arvid Norberg 2006-12-16 03:36:33 +00:00
parent cf4aa6d6e1
commit 80bcbdf044
1 changed files with 1 additions and 4 deletions

View File

@ -2179,12 +2179,9 @@ namespace libtorrent
{
assert(i->info[j].peer != m_remote);
}
}
}
}
assert(m_download_queue.empty());
assert(m_request_queue.empty());
}
}
#endif