forked from premiere/premiere-libtorrent
remove redundant virtual in custom_storage.cpp
This commit is contained in:
parent
7f2a78d0c9
commit
82900c441c
|
@ -45,7 +45,7 @@ struct temp_storage : lt::storage_interface
|
|||
explicit temp_storage(lt::file_storage const& fs) : lt::storage_interface(fs) {}
|
||||
void initialize(lt::storage_error&) override {}
|
||||
bool has_any_file(lt::storage_error&) override { return false; }
|
||||
virtual void set_file_priority(lt::aux::vector<lt::download_priority_t, lt::file_index_t>&
|
||||
void set_file_priority(lt::aux::vector<lt::download_priority_t, lt::file_index_t>&
|
||||
, lt::storage_error&) override {}
|
||||
int readv(lt::span<lt::iovec_t const> bufs, lt::piece_index_t piece
|
||||
, int offset, lt::open_mode_t, lt::storage_error&) override
|
||||
|
|
Loading…
Reference in New Issue