aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/arena.h
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-02-17 16:12:31 -0800
committerJason Evans <jasone@canonware.com>2015-02-17 16:12:31 -0800
commiteafebfdfbe48bf8e95902d89cfa1eb3d5cd2fa5c (patch)
treea5edc9603c6b8a5aa3aecc8742e90eb597d6e338 /include/jemalloc/internal/arena.h
parenta4e1888d1a12d864f42350f2859e33eb3a0033f2 (diff)
downloadjemalloc-eafebfdfbe48bf8e95902d89cfa1eb3d5cd2fa5c.tar.gz
Remove obsolete type arena_chunk_miscelms_t.
Diffstat (limited to 'include/jemalloc/internal/arena.h')
-rw-r--r--include/jemalloc/internal/arena.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jemalloc/internal/arena.h b/include/jemalloc/internal/arena.h
index f967be3..0383f0c 100644
--- a/include/jemalloc/internal/arena.h
+++ b/include/jemalloc/internal/arena.h
@@ -148,7 +148,6 @@ struct arena_chunk_map_misc_s {
};
typedef rb_tree(arena_chunk_map_misc_t) arena_avail_tree_t;
typedef rb_tree(arena_chunk_map_misc_t) arena_run_tree_t;
-typedef qr(arena_chunk_map_misc_t) arena_chunk_miscelms_t;
#endif /* JEMALLOC_ARENA_STRUCTS_A */
#ifdef JEMALLOC_ARENA_STRUCTS_B