From 32e96c5f6a835e4905958700a9092c0f6e9313e7 Mon Sep 17 00:00:00 2001 From: "scc%netscape.com" Date: Mon, 15 May 2000 00:16:30 +0000 Subject: [PATCH] ...oops, have to comment out the body too. Sorry. --- string/public/nsAReadableString.h | 2 ++ xpcom/ds/nsAReadableString.h | 2 ++ xpcom/string/public/nsAReadableString.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/string/public/nsAReadableString.h b/string/public/nsAReadableString.h index fab42239401..83cceeabcf8 100644 --- a/string/public/nsAReadableString.h +++ b/string/public/nsAReadableString.h @@ -707,6 +707,7 @@ basic_nsAReadableString::Equals( const CharT* rhs ) const return Compare(basic_nsLiteralString(rhs)) == 0; } +#if 0 template inline PRBool @@ -714,6 +715,7 @@ basic_nsAReadableString::Equals( const CharT* rhs, PRUint32 rhs_length ) { return Compare(basic_nsLiteralString(rhs, rhs_length)) == 0; } +#endif template inline diff --git a/xpcom/ds/nsAReadableString.h b/xpcom/ds/nsAReadableString.h index fab42239401..83cceeabcf8 100644 --- a/xpcom/ds/nsAReadableString.h +++ b/xpcom/ds/nsAReadableString.h @@ -707,6 +707,7 @@ basic_nsAReadableString::Equals( const CharT* rhs ) const return Compare(basic_nsLiteralString(rhs)) == 0; } +#if 0 template inline PRBool @@ -714,6 +715,7 @@ basic_nsAReadableString::Equals( const CharT* rhs, PRUint32 rhs_length ) { return Compare(basic_nsLiteralString(rhs, rhs_length)) == 0; } +#endif template inline diff --git a/xpcom/string/public/nsAReadableString.h b/xpcom/string/public/nsAReadableString.h index fab42239401..83cceeabcf8 100644 --- a/xpcom/string/public/nsAReadableString.h +++ b/xpcom/string/public/nsAReadableString.h @@ -707,6 +707,7 @@ basic_nsAReadableString::Equals( const CharT* rhs ) const return Compare(basic_nsLiteralString(rhs)) == 0; } +#if 0 template inline PRBool @@ -714,6 +715,7 @@ basic_nsAReadableString::Equals( const CharT* rhs, PRUint32 rhs_length ) { return Compare(basic_nsLiteralString(rhs, rhs_length)) == 0; } +#endif template inline