mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
remove unused fields from network_throttle (unused-private-field warning)
This commit is contained in:
parent
296f8c160f
commit
fcf66925c1
1 changed files with 0 additions and 3 deletions
|
@ -67,9 +67,6 @@ class network_throttle : public i_network_throttle {
|
||||||
network_time_seconds m_start_time; // when we were created
|
network_time_seconds m_start_time; // when we were created
|
||||||
bool m_any_packet_yet; // did we yet got any packet to count
|
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_name; // my name for debug and logs
|
||||||
std::string m_nameshort; // my name for debug and logs (used in log file name)
|
std::string m_nameshort; // my name for debug and logs (used in log file name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue