diff --git a/src/global.rs b/src/global.rs index 829f20e..bc73bdb 100644 --- a/src/global.rs +++ b/src/global.rs @@ -29,8 +29,6 @@ pub static USER_AGENT: Lazy = Lazy::new(|| { pub static MASTER_URL: Lazy> = Lazy::new(|| Mutex::new(String::from(DEFAULT_MASTER))); -pub static IS_OFFLINE: Lazy> = Lazy::new(|| Mutex::new(false)); - pub static PREFIXES: Lazy> = Lazy::new(|| { HashMap::from([ (