summaryrefslogtreecommitdiffstats
path: root/vendor/rustix-0.36.5/src/rand/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix-0.36.5/src/rand/mod.rs')
-rw-r--r--vendor/rustix-0.36.5/src/rand/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/rustix-0.36.5/src/rand/mod.rs b/vendor/rustix-0.36.5/src/rand/mod.rs
deleted file mode 100644
index b8a1320a8..000000000
--- a/vendor/rustix-0.36.5/src/rand/mod.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-//! Random-related operations.
-
-#[cfg(any(linux_raw, all(libc, target_os = "linux")))]
-mod getrandom;
-
-#[cfg(any(linux_raw, all(libc, target_os = "linux")))]
-pub use getrandom::{getrandom, GetRandomFlags};