Skip to content

Commit 2dae0a1

Browse files
committed
[Modify] Remove it
1 parent 10fc192 commit 2dae0a1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

websocket-sharp/Ext.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,6 @@ internal static string CheckIfValidProtocols (this string[] protocols)
173173
: null;
174174
}
175175

176-
internal static bool CheckWaitTime (this TimeSpan time, out string message)
177-
{
178-
message = null;
179-
180-
if (time <= TimeSpan.Zero) {
181-
message = "Zero or less.";
182-
return false;
183-
}
184-
185-
return true;
186-
}
187-
188176
internal static void Close (this HttpListenerResponse response, HttpStatusCode code)
189177
{
190178
response.StatusCode = (int) code;

0 commit comments

Comments
 (0)