mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-25 08:35:35 +02:00
remove unused timer
This commit is contained in:
parent
aa4bddd6ec
commit
fc84d6c4b7
2 changed files with 1 additions and 3 deletions
daemon
|
@ -39,7 +39,6 @@ namespace http
|
|||
private:
|
||||
|
||||
std::shared_ptr<boost::asio::ip::tcp::socket> m_Socket;
|
||||
boost::asio::deadline_timer m_Timer;
|
||||
char m_Buffer[HTTP_CONNECTION_BUFFER_SIZE + 1];
|
||||
size_t m_BufferLen;
|
||||
std::string m_SendBuffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue