summaryrefslogtreecommitdiffstats
path: root/connectivity/source/parse/sqliterator.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:34:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:34:08 +0200
commit41dbfa9ec7380e082279f1b01bfd323d23134b7d (patch)
treeb2410e90f102f76a986fb9db9ed5f9a2a1ee9500 /connectivity/source/parse/sqliterator.cxx
parentloplugin:casttovoid: cppu (diff)
downloadcore-41dbfa9ec7380e082279f1b01bfd323d23134b7d.tar.gz
core-41dbfa9ec7380e082279f1b01bfd323d23134b7d.zip
loplugin:casttovoid: connectivity
Change-Id: I03127890499dac67816bb43a8c3fb9dd87eefcab
Diffstat (limited to 'connectivity/source/parse/sqliterator.cxx')
-rw-r--r--connectivity/source/parse/sqliterator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx
index 04011ed2b482..eaaeabab365a 100644
--- a/connectivity/source/parse/sqliterator.cxx
+++ b/connectivity/source/parse/sqliterator.cxx
@@ -1346,7 +1346,6 @@ void OSQLParseTreeIterator::traverseSearchCondition(OSQLParseNode * pSearchCondi
{
OSL_ENSURE(pSearchCondition->count() == 2,"OSQLParseTreeIterator: error in parse tree!");
const OSQLParseNode* pPart2 = pSearchCondition->getChild(1);
- (void)pPart2;
OSL_ENSURE(SQL_ISTOKEN(pPart2->getChild(0),IS),"OSQLParseTreeIterator: error in parse tree!");
OUString aString;