From 41ff39605b7c322bd09e7ceddd4ad309e6b3ee5a Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 8 Feb 2009 20:26:25 +0000 Subject: [PATCH] removed unused member variable --- include/libtorrent/disk_io_thread.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/libtorrent/disk_io_thread.hpp b/include/libtorrent/disk_io_thread.hpp index 2b02931e3..b275ca535 100644 --- a/include/libtorrent/disk_io_thread.hpp +++ b/include/libtorrent/disk_io_thread.hpp @@ -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;