loplugin:casttovoid: store

Change-Id: Idb679a4070202fe7baecab79b69a5a4cf395e7d7
This commit is contained in:
Stephan Bergmann
2017-07-02 22:29:31 +02:00
parent e943a42e2b
commit df45d21334
2 changed files with 0 additions and 2 deletions

View File

@@ -570,7 +570,6 @@ void MappedLockBytes::allocate_Impl (void ** ppPage, sal_uInt16 * pnSize)
void MappedLockBytes::deallocate_Impl (void * pPage)
{
OSL_PRECOND((m_pData <= pPage) && (pPage < m_pData + m_nSize), "contract violation");
(void)pPage; // UNUSED
}
storeError MappedLockBytes::initialize_Impl (rtl::Reference< PageData::Allocator > & rxAllocator, sal_uInt16 nPageSize)

View File

@@ -205,7 +205,6 @@ PageCache::~PageCache()
}
double ave = s_x / double(n);
SAL_INFO("store", "avg hash chain length: " << ave);
(void) ave;
if (m_hash_table != m_hash_table_0)
{