[Modify] Remove it
This commit is contained in:
parent
a72210c9db
commit
883d90aa18
@ -73,11 +73,6 @@ namespace WebSocketSharp.Net
|
||||
|
||||
#region Private Methods
|
||||
|
||||
private static char[] getChars (MemoryStream buffer, Encoding encoding)
|
||||
{
|
||||
return encoding.GetChars (buffer.GetBuffer (), 0, (int) buffer.Length);
|
||||
}
|
||||
|
||||
private static Dictionary<string, char> getEntities ()
|
||||
{
|
||||
lock (_sync) {
|
||||
|
Loading…
Reference in New Issue
Block a user