src/backup/readline.rs: removed in favor of new readline impl

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner
2019-12-05 17:23:22 +01:00
committed by Dietmar Maurer
parent 6934c6fe77
commit cca67dc0c3
2 changed files with 0 additions and 150 deletions

View File

@ -185,8 +185,5 @@ pub use prune::*;
mod datastore;
pub use datastore::*;
mod readline;
pub use readline::*;
mod catalog_shell;
pub use catalog_shell::*;