From a75cf5ed267a94cd878a39806c5398e5d2846af7 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 7 Aug 2019 21:51:45 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Ext.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 90e14ce2..cacef845 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1246,16 +1246,6 @@ namespace WebSocketSharp return HttpUtility.UrlEncode (value, encoding); } - internal static string UTF8Decode (this byte[] bytes) - { - try { - return Encoding.UTF8.GetString (bytes); - } - catch { - return null; - } - } - internal static void WriteBytes ( this Stream stream, byte[] bytes, int bufferLength )