userlibandfileserver/fileserver/sfat32/sl_fatcache.h
changeset 45 329ab0095843
parent 44 36bfc973b146
child 269 d57b86b1867a
--- a/userlibandfileserver/fileserver/sfat32/sl_fatcache.h	Thu Jan 07 13:38:45 2010 +0200
+++ b/userlibandfileserver/fileserver/sfat32/sl_fatcache.h	Mon Jan 18 21:31:10 2010 +0200
@@ -28,25 +28,6 @@
 
 //-----------------------------------------------------------------------------
 
-/**
-    A simple abstraction of the 32 bit flags
-*/
-class T32Bits
-{
- public:
-    T32Bits() : iData(0) {}
-
-    inline void  Clear();
-    inline TBool HasBitsSet() const;
-    inline void SetBit(TUint32 aIndex);
-    inline TBool operator[](TUint32 aIndex) const;
-
- private:
-    TUint32 iData; ///< 32 bits data
-};
-
-//-----------------------------------------------------------------------------
-
 class CFatBitCache;
 
 /**