diff --git a/src/main.rs b/src/main.rs index bf5daba..0e30164 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,11 +8,6 @@ extern crate percent_encoding; #[macro_use] extern crate clap; #[macro_use] extern crate log; -use std::alloc::System; - -#[global_allocator] -static GLOBAL: System = System; - mod channel; mod web;