diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/alloc_arena.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/rtl/alloc_arena.hxx b/sal/rtl/alloc_arena.hxx index 8bc419e33090..7da1c532e30e 100644 --- a/sal/rtl/alloc_arena.hxx +++ b/sal/rtl/alloc_arena.hxx @@ -100,8 +100,6 @@ struct rtl_arena_st rtl_arena_segment_type * m_hash_table_0[RTL_ARENA_HASH_SIZE]; sal_Size m_hash_size; /* m_hash_mask + 1 */ sal_Size m_hash_shift; /* log2(m_hash_size) */ - - rtl_cache_type ** m_qcache_ptr; }; /** gp_default_arena |