summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-06-06 23:53:15 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-06-06 23:53:52 +0200
commite6edfb63243b4fc09ebd872a7dab512fac7be599 (patch)
treeb27e7aba6a33ae69c55288f4607ebefd00cb57fe
parent6db2752e17dc298fbb83ea63bf7666a4befd187f (diff)
cppcheck: unread variable
Change-Id: I809cdbeb71bf4cf014e6d578f35c8a646a5c937e
-rw-r--r--dbaccess/source/core/api/RowSetCacheIterator.cxx1
1 files changed, 0 insertions, 1 deletions
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()