mirror of
https://github.com/monero-project/monero.git
synced 2025-08-05 10:54:21 -04:00
network_throttle: remove unused xxx static member
This commit is contained in:
parent
24f584d90d
commit
e0a61299fb
2 changed files with 0 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue