removed unused member variable

This commit is contained in:
Arvid Norberg 2009-02-08 20:26:25 +00:00
parent ba0f894c7c
commit 41ff39605b
1 changed files with 0 additions and 1 deletions

View File

@ -309,7 +309,6 @@ namespace libtorrent
// and the write cache. This is not supposed to
// exceed m_cache_size
cache_status m_cache_stats;
int m_num_cached_blocks;
#ifdef TORRENT_DISK_STATS
std::ofstream m_log;