1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00

tcp: Silence a -Wunused-function warning in tcp_ratelimit.h

No functional change intended.
This commit is contained in:
Mark Johnston 2023-10-25 10:03:58 -04:00
parent 1e05cf5f97
commit 876fddc886

View File

@ -213,7 +213,7 @@ tcp_get_pacing_burst_size_w_divisor(struct tcpcb *tp, uint64_t bw, uint32_t segs
}
/* Do nothing if RATELIMIT is not defined */
static void
static inline void
tcp_rl_log_enobuf(const struct tcp_hwrate_limit_table *rte)
{
}