Remove remainder of mb (memory barrier).

This complements 94c5d22a4d (Remove mb.h,
which is unused).
This commit is contained in:
Jason Evans 2017-02-21 19:38:12 -08:00
parent 664ef652d9
commit 8ac7937eb5
3 changed files with 0 additions and 4 deletions

View File

@ -100,7 +100,6 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/extent_mmap.c \ $(srcroot)src/extent_mmap.c \
$(srcroot)src/hash.c \ $(srcroot)src/hash.c \
$(srcroot)src/large.c \ $(srcroot)src/large.c \
$(srcroot)src/mb.c \
$(srcroot)src/mutex.c \ $(srcroot)src/mutex.c \
$(srcroot)src/nstime.c \ $(srcroot)src/nstime.c \
$(srcroot)src/pages.c \ $(srcroot)src/pages.c \

View File

@ -296,7 +296,6 @@ malloc_tsd_no_cleanup
malloc_vcprintf malloc_vcprintf
malloc_vsnprintf malloc_vsnprintf
malloc_write malloc_write
mb_write
narenas_auto narenas_auto
narenas_total_get narenas_total_get
ncpus ncpus

View File

@ -1,2 +0,0 @@
#define JEMALLOC_MB_C_
#include "jemalloc/internal/jemalloc_internal.h"