Remove unused constant

This commit is contained in:
Tobie Morgan Hitchcock 2022-01-30 19:31:48 +00:00
parent da811b29bd
commit 89867e9bfb

View file

@ -14,8 +14,6 @@ use futures::lock::Mutex;
use std::sync::Arc; use std::sync::Arc;
use std::time::Instant; use std::time::Instant;
const NAME: &'static str = "surreal::exe";
#[derive(Default)] #[derive(Default)]
pub struct Executor<'a> { pub struct Executor<'a> {
pub id: Option<String>, pub id: Option<String>,