diff -r 6b5524b4f673 -r 38bb213f60ba phonebookui/Phonebook2/USIMExtension/src/CPsu2SimContactProcessor.cpp --- a/phonebookui/Phonebook2/USIMExtension/src/CPsu2SimContactProcessor.cpp Wed Sep 15 11:56:55 2010 +0300 +++ b/phonebookui/Phonebook2/USIMExtension/src/CPsu2SimContactProcessor.cpp Wed Oct 13 14:15:33 2010 +0300 @@ -42,7 +42,7 @@ #include #include #include -#include +#include // System includes #include @@ -253,11 +253,6 @@ // void CPsu2SimContactProcessor::ConstructL( RFs& aFs ) { - const MVPbkFieldTypeList& supportedTypes = - iTargetStore.StoreProperties().SupportedFields(); - // Remove the unsupported fieldInfo from array first. - iCopyToSimFieldInfoArray.RemoveUnSupportedFieldInfo( supportedTypes ); - const TInt count = iCopyToSimFieldInfoArray.Count(); for ( TInt i = 0; i < count; ++i ) {