Removed unneeded typedefs

This commit is contained in:
Anonymous
2014-01-19 07:27:58 -07:00
parent 1992bd0149
commit a31a6e12b2
@@ -43,7 +43,7 @@ protected:
public:
protected:
typedef struct CacheListEntry
struct CacheListEntry
{
CrcLowerString key;
void* value;
@@ -51,7 +51,7 @@ protected:
typedef stdlist<CacheListEntry>::fwd RotaryList;
typedef struct CacheMapEntry
struct CacheMapEntry
{
RotaryList::iterator iter;
};