summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/tests/thread/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/tests/thread/main.rs')
-rw-r--r--vendor/rustix/tests/thread/main.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/rustix/tests/thread/main.rs b/vendor/rustix/tests/thread/main.rs
deleted file mode 100644
index 0fc9b42c4..000000000
--- a/vendor/rustix/tests/thread/main.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-//! Tests for [`rustix::thread`].
-
-#![cfg(feature = "thread")]
-#![cfg(not(windows))]
-
-#[cfg(not(any(target_os = "redox")))]
-mod clocks;
-#[cfg(any(target_os = "android", target_os = "linux"))]
-mod id;