network_throttle: remove unused xxx static member

This commit is contained in:
moneromooo-monero 2017-12-13 18:45:43 +00:00
parent 24f584d90d
commit e0a61299fb
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
2 changed files with 0 additions and 5 deletions

View file

@ -71,9 +71,6 @@ boost::mutex network_throttle_manager::m_lock_get_global_throttle_in;
boost::mutex network_throttle_manager::m_lock_get_global_throttle_inreq;
boost::mutex network_throttle_manager::m_lock_get_global_throttle_out;
int network_throttle_manager::xxx;
// ================================================================================================
// methods:
i_network_throttle & network_throttle_manager::get_global_throttle_in() {