diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-27 19:16:45 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-27 19:16:45 +0200 |
commit | 43034a36e132ac4394e26cbfb4d855bd6f5114b3 (patch) | |
tree | aee5502c6b17283b80ff2bf0706f97622df5d355 /js/src/make-source-package.sh | |
parent | 077c63084488ac38c1c44e8cdaa9c33086f0a649 (diff) | |
download | uxp-43034a36e132ac4394e26cbfb4d855bd6f5114b3.tar.gz |
Remove jemalloc 4 from our tree.
Diffstat (limited to 'js/src/make-source-package.sh')
-rwxr-xr-x | js/src/make-source-package.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/make-source-package.sh b/js/src/make-source-package.sh index 6e44dd977e..e6d3f6df52 100755 --- a/js/src/make-source-package.sh +++ b/js/src/make-source-package.sh @@ -151,7 +151,6 @@ case $cmd in ${TOPSRCDIR}/memory/moz.build \ ${TOPSRCDIR}/memory/build \ ${TOPSRCDIR}/memory/fallible \ - ${TOPSRCDIR}/memory/jemalloc \ ${TOPSRCDIR}/memory/mozalloc \ ${TOPSRCDIR}/memory/mozjemalloc \ ${tgtpath}/memory |