summaryrefslogtreecommitdiff
path: root/extra/jemalloc/bin/jemalloc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/jemalloc/bin/jemalloc.sh')
-rw-r--r--extra/jemalloc/bin/jemalloc.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/jemalloc/bin/jemalloc.sh b/extra/jemalloc/bin/jemalloc.sh
deleted file mode 100644
index 7c9f1b530da..00000000000
--- a/extra/jemalloc/bin/jemalloc.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-prefix=/usr/local
-exec_prefix=/usr/local
-libdir=${exec_prefix}/lib
-
-LD_PRELOAD=${libdir}/libjemalloc.so.1
-export LD_PRELOAD
-exec "$@"