From 2c97154d3e8c466a9fbd62cd4c0d437f5adf87ce Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 18 Sep 2016 22:41:54 -0600 Subject: struct KEvent should wrap an inner libc::kevent structure --- test/sys/mod.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/sys/mod.rs') diff --git a/test/sys/mod.rs b/test/sys/mod.rs index 39455845..a5f3351d 100644 --- a/test/sys/mod.rs +++ b/test/sys/mod.rs @@ -1,6 +1,3 @@ -#[cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd", - target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))] -mod test_event; mod test_socket; mod test_sockopt; mod test_termios; -- cgit v1.2.3