diff -r 36bfc973b146 -r 329ab0095843 userlibandfileserver/fileserver/sfat32/sl_fatcache.inl --- a/userlibandfileserver/fileserver/sfat32/sl_fatcache.inl Thu Jan 07 13:38:45 2010 +0200 +++ b/userlibandfileserver/fileserver/sfat32/sl_fatcache.inl Mon Jan 18 21:31:10 2010 +0200 @@ -23,36 +23,6 @@ #define SL_FAT_CACHE_INL -//----------------------------------------------------------------------------- - -/** clear all bits */ -void T32Bits::Clear() - { - iData = 0; - } - -/** @return non-0 if at least one of 32 bits is set to '1' */ -TBool T32Bits::HasBitsSet() const - { - return iData; - } - -/** sets bit number "aIndex" to '1' */ -void T32Bits::SetBit(TUint32 aIndex) - { - ASSERT(aIndex < 32); - iData |= (1<