emailservices/emailframework/src/CFSMailBrandManagerImpl.cpp
branchRCL_3
changeset 80 726fba06891a
parent 70 968773a0b6ef
--- a/emailservices/emailframework/src/CFSMailBrandManagerImpl.cpp	Wed Sep 15 11:52:37 2010 +0300
+++ b/emailservices/emailframework/src/CFSMailBrandManagerImpl.cpp	Wed Oct 13 14:11:15 2010 +0300
@@ -409,7 +409,7 @@
 CFSMailBrand* CFSMailBrandManagerImpl::FindMatchingBrandL( const TDesC& aBrandId )
     {
     FUNC_LOG;
-    if( ( NULL != &aBrandId ) && aBrandId.Length() )
+    if( aBrandId.Length() )
         {
         TInt brandCount( iBrands->Count() );
         for ( TInt i( 0 ); i < brandCount; i++ )