git: 44ad7d4844b7 - main - tcp: remove unused define

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Fri, 31 Oct 2025 13:33:16 UTC
The branch main has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=44ad7d4844b7b5387cfad603a28501ac5c70e37d

commit 44ad7d4844b7b5387cfad603a28501ac5c70e37d
Author:     Peter Lei <peterlei@netflix.com>
AuthorDate: 2025-10-31 13:31:20 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-10-31 13:31:20 +0000

    tcp: remove unused define
    
    Reviewed by:    tuexen
    MFC after:      3 days
    Sponsored by:   Netflix, Inc.
---
 sys/netinet/tcp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h
index 41a49b318cd5..cab7d1c5e726 100644
--- a/sys/netinet/tcp.h
+++ b/sys/netinet/tcp.h
@@ -541,7 +541,6 @@ struct tcp_log_user {
 #define TCP_HYBRID_PACING_H_MS		0x0008		/* A client hint for maxseg is present  */
 #define TCP_HYBRID_PACING_ENABLE	0x0010		/* We are enabling hybrid pacing else disable */
 #define TCP_HYBRID_PACING_S_MSS		0x0020		/* Clent wants us to set the mss overriding gp est in CU */
-#define TCP_HAS_PLAYOUT_MS		0x0040		/* The client included the chunk playout milliseconds: deprecate */
 /* the below are internal only flags */
 #define TCP_HYBRID_PACING_USER_MASK	0x0FFF		/* Non-internal flags mask */
 #define TCP_HYBRID_PACING_SETMSS	0x1000		/* Internal flag that tells us we set the mss on this entry */