From c97d255752e3dd53dbfcb5c3fdf9d972da2b47f1 Mon Sep 17 00:00:00 2001 From: "David T. Goldblatt" Date: Sat, 21 Sep 2019 11:01:39 -0700 Subject: [PATCH] Eset: Remove temporary declaration. --- include/jemalloc/internal/eset.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/jemalloc/internal/eset.h b/include/jemalloc/internal/eset.h index 5b479d59..fae64c8c 100644 --- a/include/jemalloc/internal/eset.h +++ b/include/jemalloc/internal/eset.h @@ -6,9 +6,6 @@ #include "jemalloc/internal/extent.h" #include "jemalloc/internal/mutex.h" -/* This is a transitional declarion, while we move extent.c into eset.c. */ -extern const bitmap_info_t eset_bitmap_info; - /* * An eset ("extent set") is a quantized collection of extents, with built-in * LRU queue.