remove unused left-overs

This commit is contained in:
arvidn 2016-03-18 11:30:25 -04:00
parent dbbf8be8a5
commit 7070492a5f
1 changed files with 0 additions and 7 deletions

View File

@ -98,13 +98,6 @@ namespace libtorrent
void set_settings(aux::session_settings const& sett, error_code& ec);
struct handler_t
{
char* buffer; // argument to the callback
char const* category; // category of allocation
boost::function<void(char*)> callback;
};
protected:
void free_buffer_impl(char* buf, mutex::scoped_lock& l);