summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-23 15:08:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-23 15:08:26 +0200
commit7de0439fe25d3d2b133253db76df6515bb272389 (patch)
tree71f22e9bc8046113f2f8430558389145869a7323 /connectivity
parentb498cf62624b842b81a26872a14fa62f8fe3a12e (diff)
loplugin:unusedvariablecheck
Change-Id: Ia9c5ea707990d03dd4042c2e0a791976cc1b5f74
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_tools.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_tools.cxx b/connectivity/source/drivers/postgresql/pq_tools.cxx
index 0312dde08488..2d0bc57e6cd5 100644
--- a/connectivity/source/drivers/postgresql/pq_tools.cxx
+++ b/connectivity/source/drivers/postgresql/pq_tools.cxx
@@ -465,7 +465,6 @@ void splitSQL( const OString & sql, OStringVector &vec )
void splitDoubleQuoteEscapedIdentifiers( const OUString & source, OUString *first, OUString *second)
{
- OStringVector vec;
int a = source.indexOf("\".\"");
OString tempstring = OUStringToOString(source , RTL_TEXTENCODING_UTF8);
if(a > 0)