Kaydet (Commit) d67a370f authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1267656 Logically dead code

Change-Id: I37c59a0bc2d7a62535f4f4951f8378c291f2affa
üst 608bca82
......@@ -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) ) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment