From 883e09756ddd26f628abab94d3d335aaf4884c42 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 13 Sep 2019 19:53:59 +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 4c6a5839..9238c96f 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -160,12 +160,6 @@ namespace WebSocketSharp || value == "POST"; } - private static void times (this ulong n, Action action) - { - for (ulong i = 0; i < n; i++) - action (); - } - #endregion #region Internal Methods