diff -r 0008ccd16016 -r 13fbfa31d2ba userlibandfileserver/fileserver/sfat32/inc/sl_fatcache32.h --- a/userlibandfileserver/fileserver/sfat32/inc/sl_fatcache32.h Fri Sep 17 08:37:04 2010 +0300 +++ b/userlibandfileserver/fileserver/sfat32/inc/sl_fatcache32.h Mon Oct 04 02:35:35 2010 +0300 @@ -83,7 +83,6 @@ typedef TDblQue TPageList; typedef TDblQueIter TPageIterator; - TUint32 iMaxFatEntries; ///< maximal number of FAT entries in FAT table TUint iNumPagesAllocated; ///< number of pages currently allocated TUint iMaxPages; ///< maximal pages allowed to allocate TPageList iPageList; ///< LRU list of cache pages.