summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 18:04:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 18:14:38 +0200
commit723412eac55f9417b945da8128f5b3a64c49c72b (patch)
treeb5d7b682f69c01238e6aa62f161885618f751e1a /connectivity
parent6b1bb754411a52a5a37745e763e1fb977f49946c (diff)
-Werror,-Wunused-variable
Change-Id: I3ad7139190758e86cadebf9555a838dbaddbbf3e
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_tools.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_tools.cxx b/connectivity/source/drivers/postgresql/pq_tools.cxx
index dcdc30bc426b..79f383cd027f 100644
--- a/connectivity/source/drivers/postgresql/pq_tools.cxx
+++ b/connectivity/source/drivers/postgresql/pq_tools.cxx
@@ -609,8 +609,6 @@ std::vector
com::sun::star::uno::Sequence< Any > parseArray( const OUString & str ) throw( SQLException )
{
- com::sun::star::uno::Sequence< Any > ret;
-
int len = str.getLength();
bool doubleQuote = false;
int brackets = 0;