summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 18:16:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 18:40:14 +0200
commit0ff379fa1cd0a47c1d6e148a62afd1ebd8d4b274 (patch)
tree31012259480da8bbec87f73ec1d60e88a6b0bd46 /dbaccess
parent7bdbe709ea17b74a72647d9a410f4e125f1429af (diff)
-Werror,-Wunused-variable
Change-Id: I0d587538c3bee7ad71acb2272c7f85f5f7454158
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/column.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/column.cxx b/dbaccess/source/core/api/column.cxx
index 43dca97d7091..7483afa52d0d 100644
--- a/dbaccess/source/core/api/column.cxx
+++ b/dbaccess/source/core/api/column.cxx
@@ -322,8 +322,6 @@ Sequence< Type > SAL_CALL OColumns::getTypes( ) throw(RuntimeException)
Reference<XTypeProvider> xTypes(m_xDrvColumns,UNO_QUERY);
Sequence< Type > aTypes(xTypes->getTypes());
- Sequence< Type > aSecTypes(OColumns_BASE::getTypes());
-
const Type* pBegin = aTypes.getConstArray();
const Type* pEnd = pBegin + aTypes.getLength();
for (;pBegin != pEnd ; ++pBegin)