[Modify] Remove it

This commit is contained in:
sta 2019-09-13 19:53:59 +09:00
parent f90066d000
commit 883e09756d

View File

@ -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