From 96d7c67d98527b1ccc1cfba3ca817238e582d63b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 25 May 2018 16:34:11 +0200 Subject: loplugin:unusedfields Change-Id: I625b73152c0c277c6e0ce3e24e4704094fc4e8ff Reviewed-on: https://gerrit.libreoffice.org/54822 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sal/rtl/alloc_arena.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sal') 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 -- cgit