diff --git a/src/ctx/context.rs b/src/ctx/context.rs index d4d9d3a6..e545f2d3 100644 --- a/src/ctx/context.rs +++ b/src/ctx/context.rs @@ -7,8 +7,6 @@ use std::sync::atomic::{AtomicBool, Ordering}; use std::sync::Arc; use std::time::{Duration, Instant}; -pub type Parent = Arc; - pub struct Context { // An optional parent context. parent: Option>,