summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 18:16:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 18:40:14 +0200
commit34063e35f7b0f34e93316fd68f639ffae1ae88d2 (patch)
treefcd261af7a36267a63624b0dc400a5f189b71822 /dbaccess
parent0ff379fa1cd0a47c1d6e148a62afd1ebd8d4b274 (diff)
-Werror,-Wunused-variable
Change-Id: I805b898faaae631d047ec82e7139c6d6ccaea3b1
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/KeySet.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/KeySet.cxx b/dbaccess/source/core/api/KeySet.cxx
index 58135fe02db8..7583f7941cb9 100644
--- a/dbaccess/source/core/api/KeySet.cxx
+++ b/dbaccess/source/core/api/KeySet.cxx
@@ -505,7 +505,6 @@ Sequence< sal_Int32 > SAL_CALL OKeySet::deleteRows( const Sequence< Any >& rows
const Any* pBegin = rows.getConstArray();
const Any* pEnd = pBegin + rows.getLength();
- Sequence< Any > aKeys;
for(;pBegin != pEnd;++pBegin)
{
aSql.append(sCon + aOr);