remove unused member in udp_tracker_connection
This commit is contained in:
parent
205d70da3c
commit
81ccc1e2e0
|
@ -120,8 +120,6 @@ namespace libtorrent
|
|||
|
||||
udp::endpoint pick_target_endpoint() const;
|
||||
|
||||
// tracker_manager& m_man;
|
||||
|
||||
bool m_abort;
|
||||
std::string m_hostname;
|
||||
udp::endpoint m_target;
|
||||
|
|
|
@ -72,7 +72,6 @@ namespace libtorrent
|
|||
, aux::session_impl& ses
|
||||
, proxy_settings const& proxy)
|
||||
: tracker_connection(man, req, ios, c)
|
||||
// , m_man(man)
|
||||
, m_abort(false)
|
||||
, m_transaction_id(0)
|
||||
, m_ses(ses)
|
||||
|
|
Loading…
Reference in New Issue