From: Wolfgang Bumiller Date: Wed, 30 Oct 2019 11:34:54 +0000 (+0100) Subject: remove unused stuff X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3c8fcd1892a3a202498fa4d8345737f89daa3e1f;p=pve-lxc-syscalld.git remove unused stuff Signed-off-by: Wolfgang Bumiller --- diff --git a/src/reactor.rs b/src/reactor.rs index 0bc33f8..c731178 100644 --- a/src/reactor.rs +++ b/src/reactor.rs @@ -10,13 +10,6 @@ use crate::error::io_err_other; use crate::poll_fn::poll_fn; use crate::tools::Fd; -pub struct AssertSync(pub T); -unsafe impl Sync for AssertSync {} - -pub const READY_IN: u32 = 0b001; -pub const READY_OUT: u32 = 0b010; -pub const READY_ERR: u32 = 0b100; - pub struct Reactor { epoll: Arc, removed: Mutex)>>,