diff --git a/include/libtorrent/storage.hpp b/include/libtorrent/storage.hpp index bad4daca6..a36d1bac4 100755 --- a/include/libtorrent/storage.hpp +++ b/include/libtorrent/storage.hpp @@ -162,10 +162,6 @@ namespace libtorrent boost::intrusive_ptr 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 m_have_piece; - boost::intrusive_ptr m_info; // slots that haven't had any file storage allocated