Skip to content

Commit

Permalink
Remove unused QuicDeliveryState.EXPIRED enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jan 7, 2024
1 parent 984db6d commit 70c2fa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aioquic/quic/packet_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
class QuicDeliveryState(Enum):
ACKED = 0
LOST = 1
EXPIRED = 2


@dataclass
Expand Down

0 comments on commit 70c2fa6

Please sign in to comment.