removed unused left-overs

This commit is contained in:
Arvid Norberg 2007-10-12 22:28:52 +00:00
parent c6c77d8efc
commit 09bcb3ff2e
1 changed files with 0 additions and 7 deletions

View File

@ -162,10 +162,6 @@ namespace libtorrent
boost::intrusive_ptr<torrent_info const> ti
, fs::path const& path, file_pool& fp);
// returns true if the filesystem the path relies on supports
// sparse files or automatic zero filling of files.
TORRENT_EXPORT bool supports_sparse_files(fs::path const& p);
struct disk_io_thread;
class TORRENT_EXPORT piece_manager
@ -289,9 +285,6 @@ namespace libtorrent
storage_mode_t m_storage_mode;
// a bitmask representing the pieces we have
std::vector<bool> m_have_piece;
boost::intrusive_ptr<torrent_info const> m_info;
// slots that haven't had any file storage allocated