summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2014-12-12 22:44:23 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-12-14 12:07:21 +0000
commitc70d907c6bac7720338207355e41724ba1e97781 (patch)
tree0ef0908f387eb1e046f829cbe461738256ea420b /dbaccess
parent4595dc37e601c5a1f245af38ac728d6e45c2865c (diff)
fdo#39440 remove unused variables
This addresses 3 cppcheck "unusedVariable" warnings. Change-Id: I2bf566458b84f34422cee08a3814ad5b04955e50 Reviewed-on: https://gerrit.libreoffice.org/13460 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/OptimisticSet.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/OptimisticSet.cxx b/dbaccess/source/core/api/OptimisticSet.cxx
index d3a32358b130..f48c0b101d7a 100644
--- a/dbaccess/source/core/api/OptimisticSet.cxx
+++ b/dbaccess/source/core/api/OptimisticSet.cxx
@@ -184,7 +184,6 @@ void SAL_CALL OptimisticSet::updateRow(const ORowSetRow& _rInsertRow ,const ORow
::std::map< OUString,bool > aResultSetChanged;
TSQLStatements aKeyConditions;
- TSQLStatements aIndexConditions;
TSQLStatements aSql;
// here we build the condition part for the update statement
@@ -349,8 +348,6 @@ void SAL_CALL OptimisticSet::deleteRow(const ORowSetRow& _rDeleteRow,const conne
{
OUString aQuote = getIdentifierQuoteString();
TSQLStatements aKeyConditions;
- TSQLStatements aIndexConditions;
- TSQLStatements aSql;
// here we build the condition part for the update statement
SelectColumnsMetaData::const_iterator aIter = m_pColumnNames->begin();