storage fix

This commit is contained in:
Arvid Norberg 2008-03-31 03:26:37 +00:00
parent 3c15535d35
commit 95f1601aa2
1 changed files with 0 additions and 1 deletions

View File

@ -2212,7 +2212,6 @@ namespace libtorrent
{
TORRENT_ASSERT(m_storage_mode == storage_mode_compact);
TORRENT_ASSERT(m_unallocated_slots.empty());
TORRENT_ASSERT(m_free_slots.empty());
// we have allocated all slots, switch to
// full allocation mode in order to free
// some unnecessary memory.