Skip to content

Commit

Permalink
remove redundant profiling cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Cline <[email protected]>
  • Loading branch information
Rjected committed Mar 25, 2024
1 parent 6dde9d0 commit 299ecd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jemalloc-ctl/src/profiling.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! `jemalloc`'s run-time configuration for profiling-specific settings.
//!
//! These settings are controlled by the `MALLOC_CONF` environment variable.
#![cfg(feature = "profiling")]

option! {
lg_prof_interval[ str: b"opt.lg_prof_interval\0", non_str: 2 ] => libc::ssize_t |
Expand Down

0 comments on commit 299ecd0

Please sign in to comment.