Remove unused type
This commit is contained in:
parent
e153c791f3
commit
c86a53502d
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ use std::sync::atomic::{AtomicBool, Ordering};
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use std::time::{Duration, Instant};
|
use std::time::{Duration, Instant};
|
||||||
|
|
||||||
pub type Parent = Arc<Context>;
|
|
||||||
|
|
||||||
pub struct Context {
|
pub struct Context {
|
||||||
// An optional parent context.
|
// An optional parent context.
|
||||||
parent: Option<Arc<Context>>,
|
parent: Option<Arc<Context>>,
|
||||||
|
|
Loading…
Reference in a new issue