diff -r 84197e66a4bd -r 35b64624a9e7 messagingapp/msgappfw/server/src/ccsconversationcontact.cpp --- a/messagingapp/msgappfw/server/src/ccsconversationcontact.cpp Fri Jun 11 13:35:48 2010 +0300 +++ b/messagingapp/msgappfw/server/src/ccsconversationcontact.cpp Wed Jun 23 18:09:17 2010 +0300 @@ -100,8 +100,6 @@ CCsConversationContact::SetDisplayNameL( const TDesC& aDisplayName) { - if( &aDisplayName ) - { TRAPD(error, iDisplayName = aDisplayName.AllocL()); if(error != KErrNone) { @@ -110,7 +108,7 @@ PRINT1 ( _L("CCsConversationContact::SetFirstNameL - Error:%d"), error ); } - } + } // ----------------------------------------------------------------------------