Commit 81bf001d authored by Brickner_cp's avatar Brickner_cp

Remove commented out code.

parent c284d8e7
...@@ -22,7 +22,5 @@ namespace PcapDotNet.Packets.IpV4 ...@@ -22,7 +22,5 @@ namespace PcapDotNet.Packets.IpV4
/// Don't Fragment. /// Don't Fragment.
/// </summary> /// </summary>
DoNotFragment = 0x2 << 13 DoNotFragment = 0x2 << 13
// Reserved = 0x4 << 13,
} }
} }
\ No newline at end of file
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