Eset: Remove temporary declaration.

This commit is contained in:
David T. Goldblatt 2019-09-21 11:01:39 -07:00 committed by David Goldblatt
parent ce5b128f10
commit c97d255752

View File

@ -6,9 +6,6 @@
#include "jemalloc/internal/extent.h" #include "jemalloc/internal/extent.h"
#include "jemalloc/internal/mutex.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 * An eset ("extent set") is a quantized collection of extents, with built-in
* LRU queue. * LRU queue.