From 8f5f5ba383501ab5e74c3869732f2df7652bdd3f Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 1 Jul 2019 21:47:47 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Ext.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index adca34b2..9e1fb8f7 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1246,11 +1246,6 @@ namespace WebSocketSharp } } - internal static byte[] UTF8Encode (this string s) - { - return Encoding.UTF8.GetBytes (s); - } - internal static void WriteBytes ( this Stream stream, byte[] bytes, int bufferLength )