From c86a53502d18dea373bac995d8f06a61867506f2 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Thu, 20 Jan 2022 20:30:54 +0000 Subject: [PATCH] Remove unused type --- src/ctx/context.rs | 2 -- 1 file changed, 2 deletions(-) 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>,