tools: remove read/write

now completely replaced by
proxmox::tools::io::{ReadExt, WriteExt}

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-07-01 10:39:41 +02:00
parent ca3c3ce997
commit 9110a69bd8
3 changed files with 0 additions and 95 deletions

View File

@ -34,8 +34,6 @@ pub mod tty;
pub mod signalfd;
pub mod daemon;
pub mod procfs;
pub mod read;
pub mod write;
pub mod acl;
pub mod xattr;
pub mod vec;