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 )