summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-02 09:50:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-02 10:57:18 +0000
commitd67a370f7bd9efffe564b98f80ad3cd039490a47 (patch)
tree2047176c0e67d85131164ee62cb3970fd7f83e82 /connectivity/source/drivers/evoab2
parent608bca82869c739ee4522954c27856782166647b (diff)
coverity#1267656 Logically dead code
Change-Id: I37c59a0bc2d7a62535f4f4951f8378c291f2affa
Diffstat (limited to 'connectivity/source/drivers/evoab2')
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx
index 6436af471214..546384ac1b10 100644
--- a/connectivity/source/drivers/evoab2/NStatement.cxx
+++ b/connectivity/source/drivers/evoab2/NStatement.cxx
@@ -393,9 +393,6 @@ EBookQuery *OCommonStatement::whereAnalysis( const OSQLParseNode* parseTree )
pResult = createTest( aColumnName, E_BOOK_QUERY_BEGINS_WITH, aMatchString.copy( 0, aMatchString.getLength() - 1 ) );
else
m_pConnection->throwGenericSQLException(STR_QUERY_LIKE_WILDCARD,*this);
-
- if( pResult && bNotLike )
- pResult = e_book_query_not( pResult, TRUE );
}
else if( aMatchString.getLength() >= 3 &&
aMatchString.startsWith( OUString(WILDCARD) ) &&