*** empty log message ***

This commit is contained in:
Daniel Wallin 2003-12-09 08:55:03 +00:00
parent 22bfad216f
commit c051285075
2 changed files with 4 additions and 10 deletions

View File

@ -231,7 +231,6 @@ namespace libtorrent
class piece_manager : boost::noncopyable class piece_manager : boost::noncopyable
{ {
public: public:
typedef entry::integer_type size_type; typedef entry::integer_type size_type;
piece_manager( piece_manager(

View File

@ -1962,12 +1962,7 @@ namespace libtorrent {
return slot_index; return slot_index;
} }
/*
int piece_manager::slot_for_piece(int piece_index)
{
return m_pimpl->slot_for_piece(piece_index);
}
*/
void piece_manager::impl::allocate_slots(int num_slots) void piece_manager::impl::allocate_slots(int num_slots)
{ {
{ {