[Modify] Remove it

This commit is contained in:
sta 2020-06-02 15:43:54 +09:00
parent 184bc1dd29
commit 49c5fafa9e

View File

@ -1056,11 +1056,6 @@ namespace WebSocketSharp.Net
_state = headerType; _state = headerType;
} }
private void setWithoutCheckingName (string name, string value)
{
doWithoutCheckingName (base.Set, name, value);
}
#endregion #endregion
#region Internal Methods #region Internal Methods