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:
Stefan Reiter
2021-06-07 17:35:29 +02:00
committed by Wolfgang Bumiller
parent 1ef6e8b6a7
commit da78b90f9c
2 changed files with 0 additions and 218 deletions

View File

@ -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::*;