remove m_inode

This commit is contained in:
Pavel Pimenov 2019-12-31 16:55:00 +03:00 committed by Arvid Norberg
parent 55e83e40d2
commit c7c7cd41d2
2 changed files with 0 additions and 2 deletions

View File

@ -99,7 +99,6 @@ namespace libtorrent {
private:
#ifdef TORRENT_WINDOWS
HANDLE m_handle;
int m_inode;
WIN32_FIND_DATAW m_fd;
#else
DIR* m_handle;

View File

@ -403,7 +403,6 @@ static_assert(!(open_mode::sparse & open_mode::attribute_mask), "internal flags
if (err != ERROR_NO_MORE_FILES)
ec.assign(err, system_category());
}
++m_inode;
#else
struct dirent* de;
errno = 0;