diff options
-rw-r--r-- | dbaccess/source/core/api/RowSetBase.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/RowSetBase.cxx b/dbaccess/source/core/api/RowSetBase.cxx index 728934b8ac8a..758a7150028b 100644 --- a/dbaccess/source/core/api/RowSetBase.cxx +++ b/dbaccess/source/core/api/RowSetBase.cxx @@ -268,8 +268,6 @@ const ORowSetValue& ORowSetBase::impl_getValue(sal_Int32 columnIndex) aCacheEnd = m_pCache->getEnd(); aCurrentRow = m_aCurrentRow; ORowSetCacheMap::iterator aCacheIter = m_aCurrentRow.getIter(); - sal_Int32 n = aCacheIter->first; - n = n; ORowSetCacheIterator_Helper aHelper = aCacheIter->second; ORowSetMatrix::iterator k = aHelper.aIterator; for (; k != m_pCache->getEnd(); ++k) |