Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit af38491

Browse files
Removed dead code
1 parent 52bbeb0 commit af38491

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ pub mod built_info {
4242
include!(concat!(env!("OUT_DIR"), "/built.rs"));
4343
}
4444

45-
4645
#[cfg(not(target_env = "msvc"))]
4746
#[global_allocator]
4847
static GLOBAL: Jemalloc = Jemalloc;
@@ -80,9 +79,6 @@ fn main() {
8079
built_info::GIT_VERSION.unwrap()
8180
);
8281

83-
#[cfg(feature = "jemalloc")]
84-
info!("Using Jemallocator for memory allocations");
85-
8682
info!("Loading configuration file");
8783
let config = Configuration::load().unwrap();
8884

0 commit comments

Comments
 (0)