remove unused member in udp_tracker_connection

This commit is contained in:
Arvid Norberg 2012-11-29 06:27:25 +00:00
parent 205d70da3c
commit 81ccc1e2e0
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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)