From 883d90aa181709452db85a2b8ae2e7952add24b8 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 2 Jan 2019 16:48:18 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/HttpUtility.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 9bbc8dbd..fcb2f123 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -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 getEntities () { lock (_sync) {