diff options
| author | Chris Vickio <chris@vickio.net> | 2017-01-14 13:39:43 +0300 |
|---|---|---|
| committer | Chris Vickio <chris@vickio.net> | 2017-01-14 15:06:07 +0300 |
| commit | fcf66925c1f0b97b4871bbad66a492fcd16217ee (patch) | |
| tree | 3dedac325b4d210c85aa52ccb385ac8b220f5253 | |
| parent | 296f8c160f862a2be0b93745c60a8c14b5c5d749 (diff) | |
| download | monzero-core-fcf66925c1f0b97b4871bbad66a492fcd16217ee.tar.gz monzero-core-fcf66925c1f0b97b4871bbad66a492fcd16217ee.tar.xz monzero-core-fcf66925c1f0b97b4871bbad66a492fcd16217ee.zip | |
remove unused fields from network_throttle (unused-private-field warning)
| -rw-r--r-- | src/p2p/network_throttle-detail.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/p2p/network_throttle-detail.hpp b/src/p2p/network_throttle-detail.hpp index 5960fa91d..ef7227eb9 100644 --- a/src/p2p/network_throttle-detail.hpp +++ b/src/p2p/network_throttle-detail.hpp @@ -67,9 +67,6 @@ class network_throttle : public i_network_throttle { network_time_seconds m_start_time; // when we were created bool m_any_packet_yet; // did we yet got any packet to count - double m_overheat; // last overheat - double m_overheat_time; // time in seconds after epoch - std::string m_name; // my name for debug and logs std::string m_nameshort; // my name for debug and logs (used in log file name) |
