From 06fc05ee040a1d3013c1cfff190bdb97996f583a Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 18 Jan 2021 21:12:02 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Ext.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 5e8e235d..10c30bc6 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1061,12 +1061,6 @@ namespace WebSocketSharp return BitConverter.ToUInt64 (source.ToHostOrder (sourceOrder), 0); } - internal static IEnumerable Trim (this IEnumerable source) - { - foreach (var elm in source) - yield return elm.Trim (); - } - internal static IEnumerable TrimEach ( this IEnumerable source )