Skip to content

Commit 4f14f34

Browse files
committed
[Modify] Remove it
1 parent f806c4f commit 4f14f34

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

websocket-sharp/WebSocketFrame.cs

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -58,29 +58,6 @@ internal class WebSocketFrame : IEnumerable<byte>
5858

5959
#endregion
6060

61-
#region Internal Fields
62-
63-
/// <summary>
64-
/// Represents the ping frame without the payload data as an array of
65-
/// <see cref="byte"/>.
66-
/// </summary>
67-
/// <remarks>
68-
/// The value of this field is created from a non masked ping frame,
69-
/// so it can only be used to send a ping from the server.
70-
/// </remarks>
71-
internal static readonly byte[] EmptyPingBytes;
72-
73-
#endregion
74-
75-
#region Static Constructor
76-
77-
static WebSocketFrame ()
78-
{
79-
EmptyPingBytes = CreatePingFrame (false).ToArray ();
80-
}
81-
82-
#endregion
83-
8461
#region Private Constructors
8562

8663
private WebSocketFrame ()

0 commit comments

Comments
 (0)