aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 50036531..1c50f78f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -161,9 +161,6 @@ pub trait Monotonic {
fn zero() -> Self::Instant;
}
-/// A marker trait that indicates that it is correct to use this type in multi-core context
-pub trait MultiCore {}
-
/// Sets the given `interrupt` as pending
///
/// This is a convenience function around