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:
waterson%netscape.com 2000-04-04 08:32:58 +00:00
parent 258889fb73
commit 0763d7737e
4 changed files with 0 additions and 8 deletions

View File

@ -469,8 +469,6 @@ protected:
List mHead;
public:
class Iterator;
class ConstIterator {
protected:
friend class Iterator; // XXXwaterson so broken.

View File

@ -416,8 +416,6 @@ protected:
enum { kHashTableThreshold = 8 };
public:
class Iterator;
class ConstIterator {
protected:
friend class Iterator; // XXXwaterson so broken.

View File

@ -469,8 +469,6 @@ protected:
List mHead;
public:
class Iterator;
class ConstIterator {
protected:
friend class Iterator; // XXXwaterson so broken.

View File

@ -416,8 +416,6 @@ protected:
enum { kHashTableThreshold = 8 };
public:
class Iterator;
class ConstIterator {
protected:
friend class Iterator; // XXXwaterson so broken.