diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-02 09:50:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-02 10:57:18 +0000 |
commit | d67a370f7bd9efffe564b98f80ad3cd039490a47 (patch) | |
tree | 2047176c0e67d85131164ee62cb3970fd7f83e82 /connectivity | |
parent | 608bca82869c739ee4522954c27856782166647b (diff) |
coverity#1267656 Logically dead code
Change-Id: I37c59a0bc2d7a62535f4f4951f8378c291f2affa
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab2/NStatement.cxx | 3 |
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) ) && |