about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--compiler/rustc/src/main.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc/src/main.rs b/compiler/rustc/src/main.rs
index 8d6f9b394ee..0de1a781913 100644
--- a/compiler/rustc/src/main.rs
+++ b/compiler/rustc/src/main.rs
@@ -56,12 +56,6 @@ fn main() {
             #[used]
             static _F7: unsafe extern "C" fn() = _rjem_je_zone_register;
         }
-
-        // HACK(eddyb) disable time-delayed purging to remove the main (only?)
-        // source of non-determinism in `jemalloc`.
-        #[used]
-        #[export_name = "malloc_conf"]
-        static MALLOC_CONF: &'static [u8; 34] = b"dirty_decay_ms:0,muzzy_decay_ms:0\0";
     }
 
     rustc_driver::set_sigpipe_handler();