summaryrefslogtreecommitdiffstats
path: root/src/mb.c
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-02-22 03:38:12 (GMT)
committerJason Evans <jasone@canonware.com>2017-02-22 08:24:14 (GMT)
commit8ac7937eb5ce011945188ef3553dbc2bcc294a25 (patch)
tree5d9c49ccd1b8993fff3766197ac8dca78927831e /src/mb.c
parent664ef652d970e14a4c941bf650cb50dbb4128b05 (diff)
downloadjemalloc-8ac7937eb5ce011945188ef3553dbc2bcc294a25.zip
jemalloc-8ac7937eb5ce011945188ef3553dbc2bcc294a25.tar.gz
jemalloc-8ac7937eb5ce011945188ef3553dbc2bcc294a25.tar.bz2
Remove remainder of mb (memory barrier).
This complements 94c5d22a4da7844d0bdc5b370e47b1ba14268af2 (Remove mb.h, which is unused).
Diffstat (limited to 'src/mb.c')
-rw-r--r--src/mb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mb.c b/src/mb.c
deleted file mode 100644
index 94f3c72..0000000
--- a/src/mb.c
+++ /dev/null
@@ -1,2 +0,0 @@
-#define JEMALLOC_MB_C_
-#include "jemalloc/internal/jemalloc_internal.h"