removed self() from peer_connection, since it's in intrusive_ptr_base now

This commit is contained in:
Arvid Norberg 2007-10-31 09:44:31 +00:00
parent 0439399169
commit 6aeefaf513
1 changed files with 0 additions and 3 deletions

View File

@ -466,9 +466,6 @@ namespace libtorrent
// the peer belongs to.
aux::session_impl& m_ses;
boost::intrusive_ptr<peer_connection> self()
{ return boost::intrusive_ptr<peer_connection>(this); }
// called from the main loop when this connection has any
// work to do.
void on_send_data(asio::error_code const& error