[Modify] Remove it

This commit is contained in:
sta 2018-11-11 18:03:31 +09:00
parent a35bdbffbf
commit c6ba225c41

View File

@ -459,12 +459,6 @@ namespace WebSocketSharp.Net
_entities.Add ("euro", '\u20AC'); _entities.Add ("euro", '\u20AC');
} }
private static bool isAlphabet (byte b)
{
return (b >= 65 && b <= 90)
|| (b >= 97 && b <= 122);
}
private static bool isAlphabet (char c) private static bool isAlphabet (char c)
{ {
return (c >= 'A' && c <= 'Z') return (c >= 'A' && c <= 'Z')