backup: remove AsyncIndexReader
superseded by CachedChunkReader, with less code and more speed Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
committed by
Wolfgang Bumiller
parent
1ef6e8b6a7
commit
da78b90f9c
@ -257,8 +257,5 @@ pub use verify::*;
|
||||
mod catalog_shell;
|
||||
pub use catalog_shell::*;
|
||||
|
||||
mod async_index_reader;
|
||||
pub use async_index_reader::*;
|
||||
|
||||
mod cached_chunk_reader;
|
||||
pub use cached_chunk_reader::*;
|
||||
|
Reference in New Issue
Block a user