remove unused PacketType field from the ackhandler.Packet

This commit is contained in:
Marten Seemann
2019-08-21 14:49:00 +07:00
parent 9221149194
commit 0c85e0eab9
4 changed files with 2 additions and 12 deletions

View File

@@ -10,7 +10,6 @@ import (
// A Packet is a packet
type Packet struct {
PacketNumber protocol.PacketNumber
PacketType protocol.PacketType
Frames []wire.Frame
LargestAcked protocol.PacketNumber // InvalidPacketNumber if the packet doesn't contain an ACK
Length protocol.ByteCount