#if 0 out some other code which will be turned on later

not part of build, will be reviewed for bug 100214


git-svn-id: svn://10.0.0.236/trunk@104844 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2001-10-08 22:16:22 +00:00
parent 09e0149c5b
commit 2458e6955e

View File

@@ -20,7 +20,6 @@
* Contributor(s):
* Alec Flett <alecf@netscape.com>
*/
#include "nsUnicharUtils.h"
#include "nsReadableUtils.h"
#include "nsUnicharUtilCIID.h"
@@ -40,6 +39,8 @@ static nsresult NS_InitCaseConversion() {
}
// to be turned on for bug 100214
#if 0
class ConvertToLowerCase
{
public:
@@ -120,3 +121,4 @@ nsCaseInsensitiveStringComparator::operator()( const PRUnichar* lhs, const PRUni
return result;
}
#endif