summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/hpa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jemalloc/internal/hpa.h')
-rw-r--r--include/jemalloc/internal/hpa.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/jemalloc/internal/hpa.h b/include/jemalloc/internal/hpa.h
index f3562853..0b3c76c6 100644
--- a/include/jemalloc/internal/hpa.h
+++ b/include/jemalloc/internal/hpa.h
@@ -10,11 +10,6 @@
typedef struct hpa_central_s hpa_central_t;
struct hpa_central_s {
/*
- * The mutex guarding most of the operations on the central data
- * structure.
- */
- malloc_mutex_t mtx;
- /*
* Guards expansion of eden. We separate this from the regular mutex so
* that cheaper operations can still continue while we're doing the OS
* call.