diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-06 23:53:15 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-06 23:53:52 +0200 |
commit | e6edfb63243b4fc09ebd872a7dab512fac7be599 (patch) | |
tree | b27e7aba6a33ae69c55288f4607ebefd00cb57fe /dbaccess | |
parent | 6db2752e17dc298fbb83ea63bf7666a4befd187f (diff) |
cppcheck: unread variable
Change-Id: I809cdbeb71bf4cf014e6d578f35c8a646a5c937e
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSetCacheIterator.cxx | 1 |
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() |