summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/main.rs')
-rw-r--r--cli/main.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/main.rs b/cli/main.rs
index 031ab07e0..73820cb93 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -26,13 +26,6 @@ mod version;
mod watcher;
mod worker;
-#[cfg(not(target_env = "msvc"))]
-use tikv_jemallocator::Jemalloc;
-
-#[cfg(not(target_env = "msvc"))]
-#[global_allocator]
-static GLOBAL: Jemalloc = Jemalloc;
-
use crate::args::flags_from_vec;
use crate::args::DenoSubcommand;
use crate::args::Flags;