From 0763d7737e697e43d2d98fdedbda02e796bfe9d4 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Tue, 4 Apr 2000 08:32:58 +0000 Subject: [PATCH] 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 --- mozilla/content/xul/templates/src/nsRuleNetwork.h | 2 -- mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp | 2 -- mozilla/rdf/content/src/nsRuleNetwork.h | 2 -- mozilla/rdf/content/src/nsXULTemplateBuilder.cpp | 2 -- 4 files changed, 8 deletions(-) diff --git a/mozilla/content/xul/templates/src/nsRuleNetwork.h b/mozilla/content/xul/templates/src/nsRuleNetwork.h index 5e557eae69e..843a45b348b 100644 --- a/mozilla/content/xul/templates/src/nsRuleNetwork.h +++ b/mozilla/content/xul/templates/src/nsRuleNetwork.h @@ -469,8 +469,6 @@ protected: List mHead; public: - class Iterator; - class ConstIterator { protected: friend class Iterator; // XXXwaterson so broken. diff --git a/mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp b/mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp index 5e3d2ce9206..267bef15fc3 100644 --- a/mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp +++ b/mozilla/content/xul/templates/src/nsXULTemplateBuilder.cpp @@ -416,8 +416,6 @@ protected: enum { kHashTableThreshold = 8 }; public: - class Iterator; - class ConstIterator { protected: friend class Iterator; // XXXwaterson so broken. diff --git a/mozilla/rdf/content/src/nsRuleNetwork.h b/mozilla/rdf/content/src/nsRuleNetwork.h index 5e557eae69e..843a45b348b 100644 --- a/mozilla/rdf/content/src/nsRuleNetwork.h +++ b/mozilla/rdf/content/src/nsRuleNetwork.h @@ -469,8 +469,6 @@ protected: List mHead; public: - class Iterator; - class ConstIterator { protected: friend class Iterator; // XXXwaterson so broken. diff --git a/mozilla/rdf/content/src/nsXULTemplateBuilder.cpp b/mozilla/rdf/content/src/nsXULTemplateBuilder.cpp index 5e3d2ce9206..267bef15fc3 100644 --- a/mozilla/rdf/content/src/nsXULTemplateBuilder.cpp +++ b/mozilla/rdf/content/src/nsXULTemplateBuilder.cpp @@ -416,8 +416,6 @@ protected: enum { kHashTableThreshold = 8 }; public: - class Iterator; - class ConstIterator { protected: friend class Iterator; // XXXwaterson so broken.