[Modify] Remove it

This commit is contained in:
sta 2019-01-02 16:48:18 +09:00
parent a72210c9db
commit 883d90aa18

View File

@ -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) {