diff --git a/searchjob.cpp b/searchjob.cpp index 069f68181..ebcad8e4c 100644 --- a/searchjob.cpp +++ b/searchjob.cpp @@ -180,7 +180,6 @@ void SearchJob::slotSearchFolderComplete() if ( mLocalSearchPattern->isEmpty() ) { // search for the serial number of the UIDs - // data contains all found uids separated by blank QValueList serNums; for ( int i = 0; i < mFolder->count(); ++i ) { KMMsgBase * base = mFolder->getMsgBase( i );