From 89867e9bfb6a9a7e56329a6b21db766dfb6dfcf7 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Sun, 30 Jan 2022 19:31:48 +0000 Subject: [PATCH] Remove unused constant --- src/dbs/executor.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dbs/executor.rs b/src/dbs/executor.rs index 0f9fceee..c36cd589 100644 --- a/src/dbs/executor.rs +++ b/src/dbs/executor.rs @@ -14,8 +14,6 @@ use futures::lock::Mutex; use std::sync::Arc; use std::time::Instant; -const NAME: &'static str = "surreal::exe"; - #[derive(Default)] pub struct Executor<'a> { pub id: Option,