aboutsummaryrefslogtreecommitdiff
path: root/src/future/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/future/mod.rs')
-rw-r--r--src/future/mod.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/future/mod.rs b/src/future/mod.rs
index 96483ac..084ddc5 100644
--- a/src/future/mod.rs
+++ b/src/future/mod.rs
@@ -8,11 +8,6 @@ pub(crate) mod maybe_done;
mod poll_fn;
pub use poll_fn::poll_fn;
-cfg_not_loom! {
- mod ready;
- pub(crate) use ready::{ok, Ready};
-}
-
cfg_process! {
mod try_join;
pub(crate) use try_join::try_join3;