*** empty log message ***
This commit is contained in:
parent
22bfad216f
commit
c051285075
|
@ -231,7 +231,6 @@ namespace libtorrent
|
|||
class piece_manager : boost::noncopyable
|
||||
{
|
||||
public:
|
||||
|
||||
typedef entry::integer_type size_type;
|
||||
|
||||
piece_manager(
|
||||
|
|
|
@ -1962,12 +1962,7 @@ namespace libtorrent {
|
|||
|
||||
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)
|
||||
{
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue