aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/blocking/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/blocking/mod.rs')
-rw-r--r--src/runtime/blocking/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/blocking/mod.rs b/src/runtime/blocking/mod.rs
index 88bdcfd..c42924b 100644
--- a/src/runtime/blocking/mod.rs
+++ b/src/runtime/blocking/mod.rs
@@ -17,8 +17,6 @@ cfg_trace! {
mod schedule;
mod shutdown;
mod task;
-#[cfg(all(test, not(tokio_wasm)))]
-pub(crate) use schedule::NoopSchedule;
pub(crate) use task::BlockingTask;
use crate::runtime::Builder;