tools: remove SignalFd

We don't use it anymore and it'll just be more work when
switching to async-await.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-08-23 13:44:52 +02:00
parent d21f8a5b5b
commit 40f8680e37
2 changed files with 0 additions and 95 deletions

View File

@ -21,7 +21,6 @@ pub mod borrow;
pub mod daemon;
pub mod fs;
pub mod futures;
pub mod signalfd;
pub mod ticket;
pub mod timer;
pub mod tty;