summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/unit/prof_reset.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/unit/prof_reset.sh')
-rw-r--r--deps/jemalloc/test/unit/prof_reset.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/jemalloc/test/unit/prof_reset.sh b/deps/jemalloc/test/unit/prof_reset.sh
deleted file mode 100644
index 43c516a08..000000000
--- a/deps/jemalloc/test/unit/prof_reset.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-if [ "x${enable_prof}" = "x1" ] ; then
- export MALLOC_CONF="prof:true,prof_active:false,lg_prof_sample:0"
-fi