From 027196026b6f83dd5aacd4b02fd53d22544f11bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 20 Sep 2019 08:19:43 +0000 Subject: [PATCH] Code cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- mud.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mud.c b/mud.c index 32d42d4..1d72e5a 100644 --- a/mud.c +++ b/mud.c @@ -562,15 +562,6 @@ mud_copy_port(struct sockaddr_storage *d, struct sockaddr_storage *s) } } -static void -mud_update_rate(struct mud *mud, struct mud_path *path, uint64_t rate) -{ - if (!rate) - return; - - path->rate_tx = rate; -} - static void mud_reset_path(struct mud *mud, struct mud_path *path) {