Skip to content

Commit c3a041e

Browse files
committed
[Modify] Remove it
1 parent 3b615b0 commit c3a041e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

websocket-sharp/CloseEventArgs.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ public class CloseEventArgs : EventArgs
5353

5454
#region Internal Constructors
5555

56-
internal CloseEventArgs (ushort code, string reason)
57-
{
58-
_payloadData = new PayloadData (code, reason);
59-
}
60-
6156
internal CloseEventArgs (PayloadData payloadData, bool clean)
6257
{
6358
_payloadData = payloadData;

0 commit comments

Comments
 (0)