removed unused field

This commit is contained in:
orignal 2024-02-12 12:10:29 -05:00
parent 075f80aea2
commit d9b6262a6e

View File

@ -111,7 +111,6 @@ namespace proxy {
bool m_Addresshelper;
i2p::http::URL m_ProxyURL;
i2p::http::URL m_RequestURL;
uint8_t m_socks_buf[255+8]; // for socks request/response
int m_req_len;
i2p::http::URL m_ClientRequestURL;
i2p::http::HTTPReq m_ClientRequest;