*** 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,17 +231,16 @@ namespace libtorrent
class piece_manager : boost::noncopyable
{
public:
typedef entry::integer_type size_type;
piece_manager(
const torrent_info& info
, const boost::filesystem::path& path);
, const boost::filesystem::path& path);
void check_pieces(
boost::mutex& mutex
, detail::piece_checker_data& data
, std::vector<bool>& pieces);
, detail::piece_checker_data& data
, std::vector<bool>& pieces);
void allocate_slots(int num_slots);

View File

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