loplugin:casttovoid: store
Change-Id: Idb679a4070202fe7baecab79b69a5a4cf395e7d7
This commit is contained in:
@@ -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)
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user