1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-23 07:31:31 +00:00

tcp: garbage collect unused macros

Fixes:	d40c0d47cd
This commit is contained in:
Gleb Smirnoff 2024-10-18 10:35:38 -07:00
parent 8829d4cb09
commit 994a82a019

View File

@ -1107,8 +1107,6 @@ struct tcpstat {
#define tcps_rcvmemdrop tcps_rcvreassfull /* compat */
#ifdef _KERNEL
#define TI_UNLOCKED 1
#define TI_RLOCKED 2
#include <sys/counter.h>
#include <netinet/in_kdtrace.h>