[Modify] Remove it
This commit is contained in:
parent
7568292ad6
commit
4ea2411192
@ -53,11 +53,6 @@ namespace WebSocketSharp
|
||||
|
||||
#region Internal Constructors
|
||||
|
||||
internal CloseEventArgs (ushort code)
|
||||
: this (code, null)
|
||||
{
|
||||
}
|
||||
|
||||
internal CloseEventArgs (CloseStatusCode code)
|
||||
: this ((ushort) code, null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user