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