Removed unused flag bandwidth-limit-logging and related code.

This commit is contained in:
Alden Torres
2015-08-04 01:47:15 -04:00
parent d92e5c1242
commit eef9f16b3b
4 changed files with 2 additions and 31 deletions

View File

@@ -368,11 +368,7 @@ namespace aux {
, m_disk_thread(m_io_service, m_stats_counters
, (uncork_interface*)this)
, m_download_rate(peer_connection::download_channel)
#ifdef TORRENT_VERBOSE_BANDWIDTH_LIMIT
, m_upload_rate(peer_connection::upload_channel, true)
#else
, m_upload_rate(peer_connection::upload_channel)
#endif
, m_global_class(0)
, m_tcp_peer_class(0)
, m_local_peer_class(0)