From d454af90f102c99eddb38909fc7822769c4213aa Mon Sep 17 00:00:00 2001 From: Yinan Zhang Date: Wed, 15 Apr 2020 12:39:05 -0700 Subject: [PATCH] Remove unused prof_accum field from arena --- include/jemalloc/internal/arena_structs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/jemalloc/internal/arena_structs.h b/include/jemalloc/internal/arena_structs.h index e8c3f81e..0c3f42f3 100644 --- a/include/jemalloc/internal/arena_structs.h +++ b/include/jemalloc/internal/arena_structs.h @@ -57,9 +57,6 @@ struct arena_s { ql_head(cache_bin_array_descriptor_t) cache_bin_array_descriptor_ql; malloc_mutex_t tcache_ql_mtx; - /* Synchronization: internal. */ - counter_accum_t prof_accum; - /* * Represents a dss_prec_t, but atomically. *