Remove redundant class forward decls that were causing VC++ internal compiler errors.
git-svn-id: svn://10.0.0.236/trunk@65173 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
258889fb73
commit
0763d7737e
@ -469,8 +469,6 @@ protected:
|
||||
List mHead;
|
||||
|
||||
public:
|
||||
class Iterator;
|
||||
|
||||
class ConstIterator {
|
||||
protected:
|
||||
friend class Iterator; // XXXwaterson so broken.
|
||||
|
||||
@ -416,8 +416,6 @@ protected:
|
||||
enum { kHashTableThreshold = 8 };
|
||||
|
||||
public:
|
||||
class Iterator;
|
||||
|
||||
class ConstIterator {
|
||||
protected:
|
||||
friend class Iterator; // XXXwaterson so broken.
|
||||
|
||||
@ -469,8 +469,6 @@ protected:
|
||||
List mHead;
|
||||
|
||||
public:
|
||||
class Iterator;
|
||||
|
||||
class ConstIterator {
|
||||
protected:
|
||||
friend class Iterator; // XXXwaterson so broken.
|
||||
|
||||
@ -416,8 +416,6 @@ protected:
|
||||
enum { kHashTableThreshold = 8 };
|
||||
|
||||
public:
|
||||
class Iterator;
|
||||
|
||||
class ConstIterator {
|
||||
protected:
|
||||
friend class Iterator; // XXXwaterson so broken.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user