diff options
Diffstat (limited to 'memory/replace/moz.build')
-rw-r--r-- | memory/replace/moz.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/memory/replace/moz.build b/memory/replace/moz.build index 111b8456b..e850637cb 100644 --- a/memory/replace/moz.build +++ b/memory/replace/moz.build @@ -9,10 +9,6 @@ DIRS += [ 'replace', ] -# Build jemalloc3 as a replace-malloc lib when building with mozjemalloc -if not CONFIG['MOZ_JEMALLOC4']: - DIRS += ['jemalloc'] - if CONFIG['MOZ_REPLACE_MALLOC_LINKAGE'] == 'dummy library': DIRS += ['dummy'] |