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