From e6edfb63243b4fc09ebd872a7dab512fac7be599 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 6 Jun 2013 23:53:15 +0200 Subject: cppcheck: unread variable Change-Id: I809cdbeb71bf4cf014e6d578f35c8a646a5c937e --- dbaccess/source/core/api/RowSetCacheIterator.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/core/api/RowSetCacheIterator.cxx b/dbaccess/source/core/api/RowSetCacheIterator.cxx index a55b0d1796f2..4d0e2320f5fc 100644 --- a/dbaccess/source/core/api/RowSetCacheIterator.cxx +++ b/dbaccess/source/core/api/RowSetCacheIterator.cxx @@ -118,7 +118,6 @@ sal_Bool ORowSetCacheIterator::isNull() const sal_Bool bRet = !m_pCache || !m_pRowSet || m_aIter == m_pCache->m_aCacheIterators.end(); if ( !bRet ) { - ORowSetCacheIterator_Helper aHelper = m_aIter->second; bRet = ( m_pRowSet->isInsertRow() ? m_aIter->second.aIterator == m_pCache->m_pInsertMatrix->end() -- cgit