summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-02-18 00:12:31 (GMT)
committerJason Evans <jasone@canonware.com>2015-02-18 00:12:31 (GMT)
commiteafebfdfbe48bf8e95902d89cfa1eb3d5cd2fa5c (patch)
treea5edc9603c6b8a5aa3aecc8742e90eb597d6e338
parenta4e1888d1a12d864f42350f2859e33eb3a0033f2 (diff)
downloadjemalloc-eafebfdfbe48bf8e95902d89cfa1eb3d5cd2fa5c.zip
jemalloc-eafebfdfbe48bf8e95902d89cfa1eb3d5cd2fa5c.tar.gz
jemalloc-eafebfdfbe48bf8e95902d89cfa1eb3d5cd2fa5c.tar.bz2
Remove obsolete type arena_chunk_miscelms_t.
-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