From 26f5257b88c925357bc524444a61049905e7bd19 Mon Sep 17 00:00:00 2001 From: Ashutosh Grewal Date: Fri, 15 Oct 2021 19:23:31 -0700 Subject: [PATCH] Remove declaration of an undefined function --- include/jemalloc/internal/pac.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/jemalloc/internal/pac.h b/include/jemalloc/internal/pac.h index d07ccc2f..5eee3de8 100644 --- a/include/jemalloc/internal/pac.h +++ b/include/jemalloc/internal/pac.h @@ -121,8 +121,6 @@ bool pac_init(tsdn_t *tsdn, pac_t *pac, base_t *base, emap_t *emap, edata_cache_t *edata_cache, nstime_t *cur_time, size_t oversize_threshold, ssize_t dirty_decay_ms, ssize_t muzzy_decay_ms, pac_stats_t *pac_stats, malloc_mutex_t *stats_mtx); -void pac_stats_merge(tsdn_t *tsdn, pac_t *pac, pac_stats_t *pac_stats_out, - pac_estats_t *estats_out, size_t *resident); static inline size_t pac_mapped(pac_t *pac) {