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:
parent
1e05cf5f97
commit
876fddc886
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user