mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cdescriptionutility.cpp
branchRCL_3
changeset 34 e257e2b6459d
parent 23 4740b34b83ce
--- a/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cdescriptionutility.cpp	Tue May 25 13:14:13 2010 +0300
+++ b/mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cdescriptionutility.cpp	Wed Jun 09 10:13:45 2010 +0300
@@ -134,7 +134,7 @@
 TUint32 CDescriptionUtility::GetGroupCode( TUint32 aPropCode )
     {
     TInt count = sizeof( KPropGroupMapTable ) / sizeof( KPropGroupMapTable[0] );
-    // TODO: if need to refine the search approach to improve performance
+
     for( TInt i = 0; i < count; i++ )
         {
         if ( aPropCode == KPropGroupMapTable[i].iPropCode )