From 532fe60f5b89d4694ea673f06daec7ec94ece34e Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Tue, 27 May 2003 22:08:44 +0000 Subject: [PATCH] Removing unused nsHTMLNullSink and SelfTest.cpp. Bug 207019, r=harishd, sr=jst. --- htmlparser/public/nsIHTMLContentSink.h | 4 ---- htmlparser/src/Makefile.in | 1 - htmlparser/src/SelfTest.cpp | 0 htmlparser/src/nsHTMLNullSink.cpp | 0 parser/htmlparser/public/nsIHTMLContentSink.h | 4 ---- parser/htmlparser/src/Makefile.in | 1 - parser/htmlparser/src/SelfTest.cpp | 0 parser/htmlparser/src/nsHTMLNullSink.cpp | 0 8 files changed, 10 deletions(-) delete mode 100644 htmlparser/src/SelfTest.cpp delete mode 100644 htmlparser/src/nsHTMLNullSink.cpp delete mode 100644 parser/htmlparser/src/SelfTest.cpp delete mode 100644 parser/htmlparser/src/nsHTMLNullSink.cpp diff --git a/htmlparser/public/nsIHTMLContentSink.h b/htmlparser/public/nsIHTMLContentSink.h index b3aed2c231a..27f235f3841 100644 --- a/htmlparser/public/nsIHTMLContentSink.h +++ b/htmlparser/public/nsIHTMLContentSink.h @@ -326,9 +326,5 @@ public: }; -#ifdef NS_DEBUG -extern nsresult NS_NewHTMLNullSink(nsIContentSink** aInstancePtrResult); -#endif - #endif /* nsIHTMLContentSink_h___ */ diff --git a/htmlparser/src/Makefile.in b/htmlparser/src/Makefile.in index af308eda84c..9d9afe0d5a4 100644 --- a/htmlparser/src/Makefile.in +++ b/htmlparser/src/Makefile.in @@ -81,7 +81,6 @@ CPPSRCS = \ ifdef MOZ_DEBUG CPPSRCS += \ nsLoggingSink.cpp \ - nsHTMLNullSink.cpp \ $(NULL) endif diff --git a/htmlparser/src/SelfTest.cpp b/htmlparser/src/SelfTest.cpp deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/htmlparser/src/nsHTMLNullSink.cpp b/htmlparser/src/nsHTMLNullSink.cpp deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/public/nsIHTMLContentSink.h b/parser/htmlparser/public/nsIHTMLContentSink.h index b3aed2c231a..27f235f3841 100644 --- a/parser/htmlparser/public/nsIHTMLContentSink.h +++ b/parser/htmlparser/public/nsIHTMLContentSink.h @@ -326,9 +326,5 @@ public: }; -#ifdef NS_DEBUG -extern nsresult NS_NewHTMLNullSink(nsIContentSink** aInstancePtrResult); -#endif - #endif /* nsIHTMLContentSink_h___ */ diff --git a/parser/htmlparser/src/Makefile.in b/parser/htmlparser/src/Makefile.in index af308eda84c..9d9afe0d5a4 100644 --- a/parser/htmlparser/src/Makefile.in +++ b/parser/htmlparser/src/Makefile.in @@ -81,7 +81,6 @@ CPPSRCS = \ ifdef MOZ_DEBUG CPPSRCS += \ nsLoggingSink.cpp \ - nsHTMLNullSink.cpp \ $(NULL) endif diff --git a/parser/htmlparser/src/SelfTest.cpp b/parser/htmlparser/src/SelfTest.cpp deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/parser/htmlparser/src/nsHTMLNullSink.cpp b/parser/htmlparser/src/nsHTMLNullSink.cpp deleted file mode 100644 index e69de29bb2d..00000000000