This commit is contained in:
asayre 2010-10-20 01:09:57 +00:00
parent aaf0287b3a
commit d1f9a38518
2 changed files with 3 additions and 5 deletions

View file

@ -32,10 +32,6 @@ namespace Server
get{ return m_Comparer; }
}
private Insensitive()
{
}
public static int Compare( string a, string b )
{
return m_Comparer.Compare( a, b );