[Modify] Remove it

This commit is contained in:
sta 2020-04-17 19:41:19 +09:00
parent 9f2c637177
commit dc5b4ddfd8

View File

@ -885,15 +885,6 @@ namespace WebSocketSharp.Net
return value;
}
private static string convert (string key)
{
HttpHeaderInfo headerInfo;
return _headers.TryGetValue (key, out headerInfo)
? headerInfo.Name
: String.Empty;
}
private void doWithCheckingState (
Action <string, string> action, string name, string value, bool setState
)