summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
Diffstat (limited to 'deps')
-rwxr-xr-xdeps/update-jemalloc.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/update-jemalloc.sh b/deps/update-jemalloc.sh
deleted file mode 100755
index 8ffbe1d70..000000000
--- a/deps/update-jemalloc.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-VER=$1
-URL="http://www.canonware.com/download/jemalloc/jemalloc-${VER}.tar.bz2"
-echo "Downloading $URL"
-curl $URL > /tmp/jemalloc.tar.bz2
-tar xvjf /tmp/jemalloc.tar.bz2
-rm -rf jemalloc
-mv jemalloc-${VER} jemalloc
-echo "Use git status, add all files and commit changes."