Remove unused type

This commit is contained in:
Tobie Morgan Hitchcock 2022-01-20 20:30:54 +00:00
parent e153c791f3
commit c86a53502d

View file

@ -7,8 +7,6 @@ use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
use std::time::{Duration, Instant};
pub type Parent = Arc<Context>;
pub struct Context {
// An optional parent context.
parent: Option<Arc<Context>>,