aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include
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/include
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/include')
-rw-r--r--contrib/epee/include/net/network_throttle.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/epee/include/net/network_throttle.hpp b/contrib/epee/include/net/network_throttle.hpp
index 464b34726..fffd22a6a 100644
--- a/contrib/epee/include/net/network_throttle.hpp
+++ b/contrib/epee/include/net/network_throttle.hpp
@@ -121,8 +121,6 @@ class network_throttle_manager {
friend class connection_basic; // FRIEND - to directly access global throttle-s. !! REMEMBER TO USE LOCKS!
friend class connection_basic_pimpl; // ditto
- static int xxx;
-
public:
static i_network_throttle & get_global_throttle_in(); ///< singleton ; for friend class ; caller MUST use proper locks! like m_lock_get_global_throttle_in
static i_network_throttle & get_global_throttle_inreq(); ///< ditto ; use lock ... use m_lock_get_global_throttle_inreq obviously