#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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user