mirror of
https://github.com/monero-project/monero.git
synced 2025-05-03 03:44:52 -04:00
connection_basic: remove unused floating time start time
This commit is contained in:
parent
e5108a294a
commit
758d768486
2 changed files with 0 additions and 10 deletions
|
@ -92,7 +92,6 @@ class connection_basic { // not-templated base class for rapid developmet of som
|
|||
critical_section m_send_que_lock;
|
||||
std::list<std::string> m_send_que;
|
||||
volatile bool m_is_multithreaded;
|
||||
double m_start_time;
|
||||
/// Strand to ensure the connection's handlers are not called concurrently.
|
||||
boost::asio::io_service::strand strand_;
|
||||
/// Socket for the connection.
|
||||
|
@ -112,8 +111,6 @@ class connection_basic { // not-templated base class for rapid developmet of som
|
|||
void logger_handle_net_write(size_t size); // network data written
|
||||
void logger_handle_net_read(size_t size); // network data read
|
||||
|
||||
void set_start_time();
|
||||
|
||||
// config for rate limit
|
||||
|
||||
static void set_rate_up_limit(uint64_t limit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue