Remove unused constant
This commit is contained in:
parent
da811b29bd
commit
89867e9bfb
1 changed files with 0 additions and 2 deletions
|
@ -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<String>,
|
||||
|
|
Loading…
Reference in a new issue