From f9a64a9a45f273c0eba1f9340b3f8e7a5667304c Mon Sep 17 00:00:00 2001 From: alterware Date: Fri, 21 Nov 2025 16:47:25 +0100 Subject: [PATCH] chore: remove unused but there is like 20 more --- src/global.rs | 2 -- 1 file changed, 2 deletions(-) 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([ (