Commit b480db8e authored by Boaz Brickner's avatar Boaz Brickner

Remove useless PacketCommunicator() static constructor, for performance reasons.

parent 0788f5ed
......@@ -22,13 +22,7 @@ namespace PcapDotNet { namespace Core
/// </summary>
public ref class PacketCommunicator abstract : System::IDisposable
{
private:
static PacketCommunicator()
{
}
public:
/// <summary>
/// The link layer of an adapter.
/// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment