mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Remove obsolete type arena_chunk_miscelms_t.
This commit is contained in:
parent
a4e1888d1a
commit
eafebfdfbe
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue