aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-12-13 18:45:43 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-12-18 15:16:09 +0000
commite0a61299fbd0ba9ea8dc3d30ac08f41fceab4df6 (patch)
tree1b0c95382bd9f447d508dc0aed7ba16097ee6b34 /contrib/epee/src
parentcryptonote_core: remove unused functions with off by one bugs (diff)
downloadmonero-e0a61299fbd0ba9ea8dc3d30ac08f41fceab4df6.tar.xz
network_throttle: remove unused xxx static member
Diffstat (limited to 'contrib/epee/src')
-rw-r--r--contrib/epee/src/network_throttle.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/epee/src/network_throttle.cpp b/contrib/epee/src/network_throttle.cpp
index afacc3e96..dd1640a2e 100644
--- a/contrib/epee/src/network_throttle.cpp
+++ b/contrib/epee/src/network_throttle.cpp
@@ -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() {