diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-25 16:34:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-28 08:45:11 +0200 |
commit | 96d7c67d98527b1ccc1cfba3ca817238e582d63b (patch) | |
tree | e1dd171b41817741f8bcebc44a0bfa305af6183f /sal | |
parent | a7acea766c7812614b95257e934648cdf737ca3f (diff) |
loplugin:unusedfields
Change-Id: I625b73152c0c277c6e0ce3e24e4704094fc4e8ff
Reviewed-on: https://gerrit.libreoffice.org/54822
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 |